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!

Got (n) column names from a table via sub query using all_tabs_column, now want to get value of all

763050fa-4566-490c-80f1-d997694531a4Jun 23 2018 — edited Jul 2 2018

This is the sub query:

select column_name from all_tab_columns  where table_name="rahul"  and REGEXP_LIKE(....)  

I got name of all the column name from this query.

Now i want to get rows from the same table  of all the column_name which matches column names from sub query.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2018
Added on Jun 23 2018
5 comments
1,280 views