select a row in table, but the owner of table will be not known.
select owner from dba_objects where object_name='XXX';
select C1, C2 from :owner.XXX where C3='VALUE';
How to use the contain off variable in a from value.
select a row in table, but the owner of table will be not known.
select owner from dba_objects where object_name='XXX';
select C1, C2 from :owner.XXX where C3='VALUE';
How to use the contain off variable in a from value.
Partager