count number of deptno in a emp table?
Answers were Sorted based on User's Feedback
Answer / naganji mandru
Using aggrgator one way,Another way write query from database stage like
Select deptno,count(*) as c from emp group by deptno
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nish
use aggregator stage: Group by Deptno.
In the calculation field: select RecCount
this will create a new column with count of deptno. Make sure to map to the output stage.
Hope this helps your poorly framed question.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
Name the different types of Lookups in Datastage?
How To find the location of APT_confid file
explain about citrix scheduling tool in datastage
Explain usage analysis in datastage?
What are the main features of datastage?
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
i have a small question for datastage, After the desinging (i.e., transformations and loading)part, what we can do?
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
what is the unix script to run the job? Please mention commands which we use often?
What could be a data source system?
6) my sorce d1 d2 d1 d2 d1 d3 d2 d1 my target tartget 1 d1 2 d1 3 d1 4 d1 target2 1 d2 2 d2 3 d3 Target 3 1 d3 Can any body send me answer this is argent requierment