i am trying to execute this statement in Oracle 9i. However it seems that the result set is empty although J am very sure that there are many columns with the name ID.
select * from cols where column_name like '%ID%';
Also, the following statement returns an empty result set.
select * from cols;
May I ask if this could be due to user privilege?
Thanks!