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: Support <support_at_PLEASE_DO_NOT_SPAM_bilbao.com>
Date: Mon, 26 Feb 2001 16:59:52 GMT
Message-ID: <3a9a8b6f.1240384398@news.sarenet.es>

Hi!

Firstly, thanks to everybody who answered last post.

I was looking for a script to find a table.

I've got the name of a field. I know it exists, but I do not know in wich table it is.

I tried with:
SELECT table_name FROM user_tab_columns WHERE column_name='XXX' but I got 'no rows selected'.

In fact, if I with
SELECT column_name FROM user_tab_columns WHERE table_name='YYYY' I got the same message.

Any help? Thank you in advance...



MIRELLO Received on Mon Feb 26 2001 - 10:59:52 CST

Original text of this message

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