Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: view tables
Hey,
Cyril Matalon schrieb in Nachricht <359B4264.331A_at_jouy.inra.fr>...
>I would like to know how I can see the names of the tables in a data
>base with a sql command.
select * from tab;
or
select table_name from user_tables;
Bye,
Thorsten. Received on Thu Jul 02 1998 - 04:21:26 CDT
![]() |
![]() |