Sql中根据旧表创建新表的SQL语句
摘要:
今天在网上查了下,根据旧表创建新表的SQL语句,网上给了两个答案 create table tab_new like tab_old (使用旧表创建新表) create table tab_new as select col1,col2… from tab_old definition only 两 阅读全文
posted @ 2017-09-03 09:34 Gary_P 阅读(9173) 评论(0) 推荐(1)
浙公网安备 33010602011771号