Hi there,
please help with the following so that I avoid writing multiple queries...
I use "Get External Data" to get data from Oracle DB table.
Let's say I have the query:
SELECT * FROM TABLE1 WHERE COLUMN1='STR1';
Can I put value STR1 into a cell of my worksheet, so that the query, in general, reads whatever value is in there?
If yes, how should the SQL query look like?
thanx a million.
please help with the following so that I avoid writing multiple queries...
I use "Get External Data" to get data from Oracle DB table.
Let's say I have the query:
SELECT * FROM TABLE1 WHERE COLUMN1='STR1';
Can I put value STR1 into a cell of my worksheet, so that the query, in general, reads whatever value is in there?
If yes, how should the SQL query look like?
thanx a million.