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: Oracle <all_about_oracle_at_hotpop.com>
Date: Fri, 27 May 2005 15:49:32 +0800
Message-ID: <001f01c56290$a142a800$0200a8c0@ncs.corp.intads>


select table_name from dba_Tab_columns
where table_name in ('SDFSDFSDFSDF','SADFDSFDSF') and lower(column_name) = 'medicode'

> Is the field name
>
> --- Oracle <all_about_oracle_at_hotpop.com> wrote:
> > what is medicode?
> > ----- Original Message -----
> > From: "Kean Jacinta" <jacintakean_at_yahoo.com>
> > To: <oracle-l_at_freelists.org>
> > Sent: Friday, May 27, 2005 2:33 PM
> > Subject: search fields
> >
> >
> > > 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
> >
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new Resources site
> http://smallbusiness.yahoo.com/resources/
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 27 2005 - 03:53:47 CDT

Original text of this message

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