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