Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Reg. 'drop table' statement

Reg. 'drop table' statement

From: qazmlp <qazmlp1209_at_rediffmail.com>
Date: 18 Aug 2003 05:16:03 -0700
Message-ID: <db9bbf31.0308180416.36be86ff@posting.google.com>


I want to drop the table where table names ends with 'TESTTABLE'. I tried with this:
drop table (select tname where tname like '%TESTTABLE');

But, it does not work.

Please help me to fix it.

Thanks! Received on Mon Aug 18 2003 - 07:16:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US