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: PLSQL: how to test if a table exists?

Re: PLSQL: how to test if a table exists?

From: deanbrown3d <deanbrown3d_at_yahoo.com>
Date: 24 Jun 2005 23:49:41 -0700
Message-ID: <1119682181.147135.7730@g44g2000cwa.googlegroups.com>


if (select table_name from all_tables where owner = 'me' and table_name = 'MYTABLE') is null........ Received on Sat Jun 25 2005 - 01:49:41 CDT

Original text of this message

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