Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

User_tab_columns Statement Return No Data

462830Jan 16 2007 — edited Jan 16 2007
This SQL statement below does not return the columns.
select column_name from user_tab_columns where table_name = 'mssfactmanifest'

When I do the following I see the data.
select * from mssfactmanifest

Any suggestions?

Thank you,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2007
Added on Jan 16 2007
5 comments
729 views