how to retrive the max(sal),deptno,empno in datastage?
Answer Posted / prasad
select empno,sal,deptno from tablename where (sal,deptno)in(select max(sal),deptno from tablename group by deptno)
in datastage
oracle stage->aggregator stage->lookup->dataset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of datastage director?
how to add a new records into source?
how to write server Routine coding?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
what is the use of surogate key in datastage
Describe stream connector?
What are some different alternative commands associated with "dsjob"?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
project Steps,hits, Project level HArd things,Solved methods?
What are the differences between datastage and informatica?
Triggers,VIEW,Procedures
What is the precedence of stage variables,derivations, and constraints?
what is use of SDR function?
root tree will find which is server job and which is parallel job?