drop table t1 ; drop table t2 ; drop table t3 ; drop table t5 ; drop table t6 ;
|
SQL Snippets: Tutorials for Oracle Developers |
Read Using SQL Snippets before using any of this site's code or techniques on your own systems. Ads by Google
|
Rows to ColumnsCleanupRun the code on this page to drop the sample tables, procedures, etc. created in earlier parts of this section. To clear session state changes (e.g. those made by SET, COLUMN, and VARIABLE commands) exit your SQL*Plus session after running these cleanup commands. Be sure to read Using SQL Snippets before executing any of these setup steps. drop table t1 ; drop table t2 ; drop table t3 ; drop table t5 ; drop table t6 ; exit |
Ads by NSC Cards
Ads by Joe
Pay it Forward
Did the free information on this site help you? Consider repaying the favour by helping others. Next time you see a discussion forum question or blog topic about something you've seen covered on SQL Snippets help out by replying with a link to the SQL Snippets topic. It's easy to do. Simply cut and paste code from the Linking to SQL Snippets section at the bottom of this page. |
||||||||||||||||||||||||||||