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 -> Re: How do I know if a table exists?

Re: How do I know if a table exists?

From: Antonio Da Silva <tonio_at_novadeck.com>
Date: Fri, 22 Mar 2002 11:17:00 +0100
Message-ID: <3C9B049C.E7B5C5F@novadeck.com>

may be you can use

CREATE OR REPLACE TABLE .... I've only tested this syntax with views,

"Robert H. Oujesky" wrote:
>
> I am running a script in SQLPlus. If the table exists, I want to drop it
> and then re-create it. I just don't know the syntax for checking the
> existance of a table....
>
> Thanx
Received on Fri Mar 22 2002 - 04:17:00 CST

Original text of this message

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