oracle常用sql
摘要:        
--备份tbluser的数据到tbluser_bak中 create table tbluser_bak as select * from tbluser; --此处不加as也行 --删除备份表的数据 truncate table tbluser_bak; --还原表数据 insert into t    阅读全文
		
		posted @ 2024-02-05 14:27 小小小传说 阅读(12) 评论(0) 推荐(0)
posted @ 2024-02-05 14:27 小小小传说 阅读(12) 评论(0) 推荐(0)