Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: select qry - need an alternate way
Hi,
What exactly are you trying to achieve?
You can say
SELECT * from all_tables where table_name = 'EMP', but this wil give
you the meta-data.
If you say Select * from EMP, this gives you the data(application
specific) that resides IN the EMP table.
Probably if you elaborate your need, we'll be able to help you better.
Received on Thu Jan 12 2006 - 04:43:28 CST
![]() |
![]() |