![]() |
|
|||
File indexing completed on 2024-04-06 12:01:32
0001 BEGIN 0002 FOR result IN (SELECT table_name FROM user_tables) 0003 LOOP 0004 EXECUTE IMMEDIATE 'DROP TABLE ' || result.table_name || ' CASCADE 0005 CONSTRAINTS'; 0006 END LOOP; 0007 END; 0008 / 0009
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |