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: M.C.Tan <tmchun_at_tm.net.my>
Date: Sat, 21 Apr 2001 22:43:53 +0800
Message-ID: <3ae19c90.0@news2.tm.net.my>

mousepoet <mousepoet_at_att.net> wrote in message news:3AD5415E.2803ACA_at_att.net...
> What command would I use to list the tables in a database?
>

Select table_name from user_tables; ========> will list all the tables of your database. Received on Sat Apr 21 2001 - 09:43:53 CDT

Original text of this message

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