Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: sql select statement

Re: sql select statement

From: nick <nick-love_at_juno.com>
Date: Thu, 12 Apr 2001 14:30:05 -0000
Message-ID: <tdbevdd7osaccf@corp.supernews.com>

mousepoet wrote:
>
> What command would I use to list the tables in a database?
>

   select table_name
   from user_tables;

--
Posted via CNET Help.com
http://www.help.com/
Received on Thu Apr 12 2001 - 09:30:05 CDT

Original text of this message

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