Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: sql select statement
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
![]() |
![]() |