which stage is best usefull for this

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
harikumar
Participant
Posts: 33
Joined: Wed Apr 21, 2010 9:19 pm
Location: banglore

which stage is best usefull for this

Post by harikumar »

hi i have two tables like emp1,emp2
emp1
1
2
3
4
5

emp2
1
2
3


i want output 4 and 5 records only


Thanks&Regards
venkat
Last edited by harikumar on Thu May 20, 2010 8:52 am, edited 1 time in total.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

A condition stage in your SQL against your database.

When is the interview ?
Post Reply