http://qs321.pair.com?node_id=636052


in reply to Re^3: DBI: Identify schema objects for a statement
in thread DBI: Identify schema objects for a statement

with my_alias as ( select * from view1@DBLINK1) select (select * from view27 v27 where v27.col1 = a.col3) from (select * from table1) a, (select * from (select * from my_alias) b, view c where c.fk = b.pk) d where d.fk = a.pk
Table and view names "more standard"?

rdfield