/ Published in: SQL

Expand |
Embed | Plain Text
SELECT * FROM user_tab_columns WHERE column_name='column_name';
You need to login to post a comment.
andreiabohner on 02/24/10
sql search name Oracle field column
2 people have marked this snippet as a favorite
SELECT * FROM user_tab_columns WHERE column_name='column_name';
You need to login to post a comment.