Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: search fields

RE: search fields

From: Dan Fink <Dan.Fink_at_hotsos.com>
Date: Fri, 27 May 2005 13:24:27 -0500
Message-ID: <7647600.1117218267514.JavaMail.root@hotsos01.hotsos.com>


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



Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
-- 
http://www.freelists.org/webpage/oracle-l 
--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 27 2005 - 14:29:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US