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

Home -> Community -> Usenet -> c.d.o.server -> Re: Test for the exsistance of a table

Re: Test for the exsistance of a table

From: R Chin <rchin_at_panix.com>
Date: Fri, 8 Mar 2002 12:02:46 -0500
Message-ID: <a6aqrk$2eb$1@reader2.panix.com>


Drop table Blah_table;

Philip Morrow wrote in message
<3c5i8.78860$TV4.13070960_at_typhoon.tampabay.rr.com>...
>Is there a way to test for the exsistance of a table with SQL code. I need
>to test to see if a table exsists and if so drop it. If it doesn't the
drop
>table statement doesn't need to be executed.
>
>Thanks for the help.
>
>Phil
>
>
Received on Fri Mar 08 2002 - 11:02:46 CST

Original text of this message

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