Sort Table Names under Table Syetem folder

sqldev

Member²
Hi,

Is there any setting for filters that can be set to sort objects under table/views folder?
Currently I am using "object_name, owner" in order by clause of each filter. Is there a way to set a default for all the filters like it is set for "all objects", etc?

Thanks.

 
There is no default sort order. If you leave it empty, the result set will be unsorted. You will need to set the order by clause of each individual filter.
 
Back
Top