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.