07 2021 档案

摘要:代码质量检测工具 SONARQUBE7.6 配置和使用(Windows) 一、运行环境 Java8、MySQL5.7、maven3.5(非必须) sonarqube-7.6下载地址 https://binaries.sonarsource.com/Distribution/sonarqube/son 阅读全文
posted @ 2021-07-29 15:19 lovleo 阅读(1057) 评论(0) 推荐(0) 编辑
摘要:创建表空间 create tablespace jecn datafile 'D:\devTools\oracle\tbspace\epros.dbf' size 200m autoextend on next 100m maxsize unlimited; 创建用户 create user epr 阅读全文
posted @ 2021-07-15 14:06 lovleo 阅读(36) 评论(0) 推荐(0) 编辑
摘要:A表:数据源表 B表:目标表 1 B表不存在,创建B表 create table b as select * from a 2 B表已存在 2.1 将A表全部字段全部数据插入B表 insert into B select * from A 2.2 将查询结果某些字段插入B表 insert into 阅读全文
posted @ 2021-07-15 10:51 lovleo 阅读(1427) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示