Oracle table data scripts are generated Bulk Blank

 

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_%'

 

Guess you like

Origin www.cnblogs.com/xtjatswc/p/11778414.html