Filtering table suggestion
638099Feb 3 2010 — edited Mar 5 2010It seems that the filtering option in SQL Developer can be enhanced if the following will be implemented:
1) ability to use the IN operator (in addition to the existing =, <>, LIKE, NOT LIKE), so multiple values can be entered in a single field. Example: I have a list of tables that I need to work on. I want to be able to cut and paste the list to the filter in one action.
2) Ability to save different filters / filter groups, and re-load them. Very helpful to have several stored filtering options for different sessions.
3) Ability to inactivate a single filter line. Currently the filter line need to be erased, and re-typed if needed again.
4) Free form filtering: Ability to enter a valid SQL criteria to custom filter the table names. (e.g. regular expressions REGEXP_LIKE(TNAME,.....))
5) On the schema level, ability to color code the server icon. The folder option is great, but with color coding that gray icon it will be more powerful.
Edited by: user635096 on Feb 3, 2010 1:47 PM