摘要: 一、创建数据表 1).创建不存在的新表: create table tname( Data_Name Date_Type [default][默认值] );2).创建已存在表的副本 create table emp1 as select * from emp; 二、插入数据 1).为部分字段批量插入 阅读全文
posted @ 2018-11-13 20:07 Anthony7 阅读(3178) 评论(0) 推荐(0)
摘要: 一、创建数据表 1).创建不存在的新表: create table tname( Data_Name Date_Type [default][默认值] );2).创建已存在表的副本 create table emp1 as select * from emp; 二、插入数据 1).为部分字段批量插入 阅读全文
posted @ 2018-11-13 14:14 Anthony7 阅读(74) 评论(0) 推荐(0)