2014年12月1日

如何复制表结构、如何复制表数据:

摘要: 1. 复制表的结构及其中的数据:create table new_table_name as select * from old_table_name2. 只复制表的结构:create table new_table_name as select * from old_table_name wher... 阅读全文

posted @ 2014-12-01 14:30 为努力骄傲 阅读(312) 评论(0) 推荐(0)

导航