Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Data dictionary name
Hi,
Bit of a newby question.
I'd like to find a data dictionary I can query to get the columns associated with a particular table. Something like the following:
SELECT
column_name
FROM
blah
WHERE
table_name like '%qwerty%';
Anybody know the name of blah.
Thanks,
Jaco Received on Sun Aug 01 1999 - 23:17:36 CDT
![]() |
![]() |