User_tab_columns Statement Return No Data
462830Jan 16 2007 — edited Jan 16 2007This 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,