摘要:
insert into tb(a,b,c) select 'a','b','c' union all select 'd','e','f' union all select 'x','y','z' insert into tableName (列名1,列名2,列名3,列名4) values (值1,值2, 值3, 值4), (值1,值2, 值3, 值4), (值1,值2, 值3, 值4) ... 阅读全文
posted @ 2018-09-27 14:57
ghelement
阅读(140)
评论(0)
推荐(0)
2018年9月27日