Add sub-query in where clause in extract
edited Dec 31, 2013 3:30AM in GoldenGate, Streams and Distributed Database (MOSC) 11 commentsAnswered ✓
Hi, I want to add "Sub-Query" in "Where" clause but not getting the expected result.
TABLE scott.emp,SQLEXEC (id deptno, query 'select max(deptno) from scott.emp') ;
In above I want to to transfer only max detpno records but when I start extract all records transfer.
Please any one help me to resolve this query.
Thank You & Regards
Qasim
0