大家好,又见面了,我是全栈君。
如何创建一个表,这个表和还有一个表的结构一样但没有数据是个空表,旧表的数据也插入的
create table newtable as select * from oldtable
清空一个表内的数据
delete from tablename
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115240.html原文链接:https://javaforall.net
蜗牛—ORACLE基础之学习(二)
大家好,又见面了,我是全栈君。
如何创建一个表,这个表和还有一个表的结构一样但没有数据是个空表,旧表的数据也插入的
create table newtable as select * from oldtable
清空一个表内的数据
delete from tablename
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115240.html原文链接:https://javaforall.net