Tagged Questions
1
vote
1answer
116 views
Select column_name from cols return nothing although column exists
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 ...