Hi,
I wonder if someone can help.
I am trying to do a fuzzy search across all the tables in DB to return the column_name.
my query:
select table_name from all_tab_columns
where column_name ='...';
The above only returns rows if I query the specific column name, but instead I would like to return values only if for example column name begins with ABC.