上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 204 下一页
摘要: 网址:https://mp.weixin.qq.com/s?__biz=MzI5MzIwNDI1MQ==&mid=2650131565&idx=2&sn=69c719f31f9986b8af3a3f7bf85659d2&chksm=f474d419c3035d0f5f3d7127846eee0969 阅读全文
posted @ 2020-02-03 22:46 小白龙白龙马 阅读(125) 评论(0) 推荐(0) 编辑
摘要: create tablespace test datafile 'C:\test.dbf' size 20M; create table student( id number, name varchar2(20), sex varchar2(20), age number, address varc 阅读全文
posted @ 2020-02-03 22:26 小白龙白龙马 阅读(117) 评论(0) 推荐(0) 编辑
摘要: SQL查询 create table yuangong ( id number, name varchar2(50), zhiwei varchar2(50), age number, sex varchar2(20) ) tablespace test insert into yuangong v 阅读全文
posted @ 2020-02-03 22:25 小白龙白龙马 阅读(301) 评论(0) 推荐(0) 编辑
摘要: sql查询 oracle高级函数 create table yuangong ( id number, name varchar2(50), zhiwei varchar2(50), age number, sex varchar2(20) ) tablespace test insert into 阅读全文
posted @ 2020-02-03 22:22 小白龙白龙马 阅读(226) 评论(0) 推荐(0) 编辑
摘要: sql查询 create table yuangong ( id number, name varchar2(50), zhiwei varchar2(50), age number, sex varchar2(20) ) tablespace test insert into yuangong v 阅读全文
posted @ 2020-02-03 22:20 小白龙白龙马 阅读(457) 评论(0) 推荐(0) 编辑
摘要: sql查询 create table yuangong ( id number, name varchar2(50), zhiwei varchar2(50), age number, sex varchar2(20) ) tablespace test insert into yuangong v 阅读全文
posted @ 2020-02-03 22:15 小白龙白龙马 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 约束 1、主键约束 : primary key select * from student08; create table student08 ( id number primary key, /*创建主键约束*/ name varchar2(20), sex varchar2(20), age n 阅读全文
posted @ 2020-02-03 22:08 小白龙白龙马 阅读(301) 评论(0) 推荐(0) 编辑
摘要: SQL更新数据 1、插入数据——insert操作 语法格式如下: insert into 表名 (列名1,列名2……,列名n) values (值1,值2……,值n); 在insert操作中,列名列表中的各列需要以逗号分隔;而值列表指定各列的值,列名与值需要一一对应。 如果insert语句所指定的列 阅读全文
posted @ 2020-02-03 22:03 小白龙白龙马 阅读(682) 评论(0) 推荐(0) 编辑
摘要: SQL更新数据 1、插入数据——insert操作 语法格式如下: insert into 表名 (列名1,列名2……,列名n) values (值1,值2……,值n); 在insert操作中,列名列表中的各列需要以逗号分隔;而值列表指定各列的值,列名与值需要一一对应。 如果insert语句所指定的列 阅读全文
posted @ 2020-02-03 22:01 小白龙白龙马 阅读(2317) 评论(0) 推荐(0) 编辑
摘要: SQL更新数据 1、插入数据——insert操作 语法格式如下: insert into 表名 (列名1,列名2……,列名n) values (值1,值2……,值n); 在insert操作中,列名列表中的各列需要以逗号分隔;而值列表指定各列的值,列名与值需要一一对应。 如果insert语句所指定的列 阅读全文
posted @ 2020-02-03 21:59 小白龙白龙马 阅读(886) 评论(0) 推荐(0) 编辑
上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 204 下一页