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
Differentiate between datastage and datastage tx?
Explain datastage architecture?
What are the steps needed to create a simple basic datastage job?
What are the components of datastage?
Define APT_CONFIG in Datastage?
how to sort two columns in single job in datastage.
table actions available in oracle connector?
what is the use of materialized view?
Could anyone give brief explanation bout datastage admin
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
options available in sequence job to run,validate?
What are the different types of lookups in datastage?
Define Job control?
How many areas for files does datastage have?
What is the use of datastage designer?