How to search for a column name using SQL Navigator?

How do you search for a column name?

Thank you!
Robin Clark

Hi Robin, and welcome to the SQL Navigator community…

Sorry I don’t have better news in relation to your 1st post, but Nav does not offer the option to search for Column names.

Is it a feature that you would use heavily?
We have discussed it here, and I will log an enhancement request for implementation after 6.0 goes out.
So you can expect to try it out for us in a 6.1 beta build.

Thanks for your input…

  • Jaime -

Hi,
You can run this query:
select * from all_tab_cols (dba_tab_cols)
There you can find your cols :wink: