如何创建一个表,这个表和还有一个表的结构一样但没有数据是个空表,旧表的数据也插入的

create table newtable as select * from oldtable


清空一个表内的数据

delete from tablename


相关文章: