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: Newbie question: How to check for a tables existence in a smart (fast) way ??

Re: Newbie question: How to check for a tables existence in a smart (fast) way ??

From: Christian Pomar <ipycp_at_arrakis.es>
Date: 1998/01/11
Message-ID: <01bd1ed2$4578c4f0$384705c3@irene>#1/1

How about

SELECT COUNT(*) FROM user_tables WHERE table_name=YourTable ??

Christian Pomar Received on Sun Jan 11 1998 - 00:00:00 CST

Original text of this message

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