How find to find column value without knowing table name

Questions by ddkdhar   answers by ddkdhar

Showing Answers 1 - 3 of 3 Answers

jahid

  • Mar 24th, 2007
 

you can use view "user_tab_columns". in this view you will get. In this you will get table_name, column_name, datatype and all things..

select * from user_tab_columns;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions