Can the object names (plus types and owners) of the two databases displayed in the GUI be sorted as one sort item? The idea is to produce a list such as:
First DB Second DB
tbl_1............... tbl_1
tbl_2
tbl_3................tbl_3
.........................tbl_4
tbl_5................tbl_5
eg. order by coalesce(db1.name,db2.name)
Thanks
First DB Second DB
tbl_1............... tbl_1
tbl_2
tbl_3................tbl_3
.........................tbl_4
tbl_5................tbl_5
eg. order by coalesce(db1.name,db2.name)
Thanks