|
|
|
|
|
|
|
|
|
|
|
|
Re: Read where Cluase from TXT file. Possible? [message #608698 is a reply to message #608689] |
Sat, 22 February 2014 08:39 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
As far as I know, Reports can't do it that way. Use a workaround Barbara described in the same discussion (you posted a link in your first message here) - an external table. Query would then evaluate to
select *
from emp
where empno in
(select empno from abc_as_external_table);
|
|
|