首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Oracle生成批量清空表数据脚本
Oracle生成批量清空表数据脚本
mac
2026-06-17
6
select
'
DELETE FROM
'
|| a.table_name ||
'
; --
'
||
a.comments
from
user_tab_comments a
where
a.table_type
in
(
'
TABLE
'
) and table_name not like
'
SYS_%
'
转载请注明原文地址: https://mac.8miu.com/read-514956.html
最新回复
(
0
)