begin
for t in (select table_name from user_tables)
loop
execute immediate ' truncate table '||t.table_name;
end loop;
end;
giovedì 21 luglio 2011
Clear content of users tables
Etichette:
oracle database clear
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento