R
Román Valoria
I am using Excel 2002 and I am accessing Oracle 8 data through ODBC. The
thing is that I have to repeat the same query to the same table but in
diferent Oracle schemas, so I manually qualify the schema name in each query
in the FROM clause. I can put a variable in SQL*Plus like "FROM &Schema
..employee" and it works fine, since it asks for the shcema and then performs
the query accordingly. Is there a way I can reproduce this functionallity in
Microsoft Query?
Thanks a lot.
thing is that I have to repeat the same query to the same table but in
diferent Oracle schemas, so I manually qualify the schema name in each query
in the FROM clause. I can put a variable in SQL*Plus like "FROM &Schema
..employee" and it works fine, since it asks for the shcema and then performs
the query accordingly. Is there a way I can reproduce this functionallity in
Microsoft Query?
Thanks a lot.