cust id,cust quty like 1,101;1,102;1,103 i want output like
cust id,cust quty 1 101,102,103 in oracle please write a
query in oracle
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
cust id,cust quty like 1,101;1,102;1,103 i want output like
cust id,cust quty 1 101,102,103 in oracle please write a
query in oracle
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 9056 }
how to get the unique records on multiple columns by using
sequential file stage only
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
iam new to datastage...now i want to know what are fact
tables, dimension tables in bank domain...if any body knows
plz tell me asap..
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
If seg file having 10 records
ex:eid
1
2
"
"
10
if oracle database having 100 records
ex:eid
1
2
"
"
100
how to delete matched records permenently from oracle
database using datastage ?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
tab1 tab2
1,a 1,d
2,b 3,c
perfoms outerjoin what is the o/p?
write sql query for outerjoin?
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Hi All, I have a file. i need to fetch the records between
first and last records by using transform stage.
EX:-
Source:
EMPNO EMPNAME
4567 shree
6999 Ram
3265 Venkat
2655 Abhi
3665 Vamsi
5852 Amit
3256 Sagar
3265 Vishnu
Target:
EMPNO EMPNAME
6999 Ram
3265 Venkat
2655 Abhi
3665 Vamsi
5852 Amit
3256 Sagar
I dont wan't to Shree and vishnu records.we can fetch
another way also but How can I write the function in
transform stage?
Answer
Is This Answer Correct ? | 5 Yes | 1 No |
Question { 3379 }
Hi any one has datasatge 8.5 certication dump could you
please provide your details i will contact you.
send reply to my mail rajaadivi@gmail.com
Thanks in Advance
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 4349 }
Tell me the syntax of Configuration file?
Answer
Is This Answer Correct ? | 7 Yes | 1 No |
Question { 20014 }
How you Remove the Dataset in Unix?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
i want send my all duplicate record one tar and all uniq
records one target how we will perfome explain
example:
input data
eid
251
251
456
456
951
985
out put/target1
251
251
456
456
out put/target2
951
985
how we will bring
Answer
Is This Answer Correct ? | 9 Yes | 0 No |
what is the exact difference between dataset and fileset in
datastage?
Answer
Is This Answer Correct ? | 21 Yes | 4 No |
Question { 6240 }
What is the difference between lookup and sparse lookup?
Answer
Is This Answer Correct ? | 15 Yes | 1 No |
Question { 9086 }
Source Like
department_no, employee_name
----------------------------
20, R
10, A
10, D
20, P
10, B
10, C
20, Q
20, S
and Output should be like this
department_no, employee_list
--------------------------------
10, A
10, A,B
10, A,B,C
10, A,B,C,D
20, A,B,C,D,P
20, A,B,C,D,P,Q
20, A,B,C,D,P,Q,R
20, A,B,C,D,P,Q,R,S
Answer
Is This Answer Correct ? | 3 Yes | 1 No |