dbTalk Databases Forums  

Re: Oracle tables with field name

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Re: Oracle tables with field name in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alan Mills
 
Posts: n/a

Default Re: Oracle tables with field name - 07-23-2003 , 10:15 AM






from memory

SELECT owner, table_name
FROM ALL_TAB_COLUMNS
WHERE column_name = 'EMP_CODE'


"Michel R." <michelr (AT) hydro (DOT) qc.ca> wrote

Quote:
Hello all,

How can I select all tables which have a field named, say "EMP_CODE"?

This shouldn't be too difficult.

Thank to all.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.