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

Home -> Community -> Usenet -> c.d.o.server -> Re: Searching a field

Re: Searching a field

From: anonymous <noone_at_hotmail.com>
Date: Tue, 20 Feb 2001 14:25:06 -0500
Message-ID: <96ug6o$697$1@slb1.atl.mindspring.net>

Try
Select
table_name
from
user_tab_columns
where
column_name='<your field name here>'
"Support" <suppot@_DO_NOT_SPAM_bilbao.com> wrote in message news:3a92816b.713532295_at_news.sarenet.es...
> Hi!
>
> I've got the name of a field. I know it exists, but I do not know in
> wich table it is.
>
> Is there any good script to find it?
>
> Best regards...
>
> ============
> MIRELLO
Received on Tue Feb 20 2001 - 13:25:06 CST

Original text of this message

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