giovedì 21 luglio 2011

Clear content of users tables

begin for t in (select table_name from user_tables) loop execute immediate ' truncate table '||t.table_name; end loop; end;

Nessun commento:

Posta un commento