Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: search fields
SELECT table_name
FROM user_tab_columns
WHERE column_name = 'MEDICODE'
/
hi ,
Just want to know , would it be possible to search all tables that contains medicode.
Giving an example: i have 15 tables .And only 9 tables contains medicode. The field name medicode is d same in all the 9 tables.
Is tat possible to query sql statement to show all tables that contains medicode fields ?
If there are none , can you please suggest other ways to obtain it ?
Thank You
JK
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Fri May 27 2005 - 14:29:30 CDT
![]() |
![]() |