All of my blog
摘要: 这里分享两种方法吧 第一种通过sql语句 1、创建B表,和已有的A表一样的字段,不保存A表的数据 create table BBB as select * from AAA where 1= 0 2、创建B表,和已有的A表一样的字段,同时保存A表已有的数据,一般可以用于备份 create table 阅读全文
posted @ 2019-05-12 18:02 小小鱼儿小小林 阅读(337) 评论(0) 推荐(0) 编辑