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: Question about tables

Re: Question about tables

From: Ed Jennings <jenningse_at_mindspring.com>
Date: 1997/10/27
Message-ID: <3455422A.4D44@mindspring.com>#1/1

select table_name
from all_tables
where table_name = 'TABLE_NAME_IN_QUESTION';

Haresh Assumal wrote:
>
> Is there any SQL command that a user can use to query if a certain table
> exists or not?
> -Haresh
> Email:assumal_at_sprynet.com
 

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~
jenningse_at_mindspring.com
Received on Mon Oct 27 1997 - 00:00:00 CST

Original text of this message

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