| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: to check if a table exists
"DottingTheNet" <dottingthenet_at_hotmail.com> wrote in message
news:11bf8d5a.0404112139.78b6b18e_at_posting.google.com...
> i promise no more silly questions after this
>
> but how do i check if a table exists??
> it is my understanding that the exists can only be used in the where
> clause of the query.
> i just want s'thing simple like
> if exists ('test')
> then ---good
> else
> --create it
> end if;
> thanx in advance!!!
Check out the ALL_TABLES and USER_TABLES views in the "Database Reference" manual.
Douglas Hawthorne Received on Mon Apr 12 2004 - 01:16:51 CDT
![]() |
![]() |