Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PLSQL: how to test if a table exists?
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
![]() |
![]() |