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
Answers were Sorted based on User's Feedback
Answer / srinu
select translate('1,101;1,102;1,103','1,101;1,102;1,103',1
101,102,103) from dual;
Is This Answer Correct ? | 3 Yes | 9 No |
What is job control?
how do u capture duplicates through sort & transformer
how can or from where we can get reference data in scd type2 implementation?
Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain
What is Cleanup Resources and when do you use it?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
What is a ds designer?
I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3
what is the best stage in datastage parller jobs to use full out join and why
What are data elements?
If you want to use a same piece of code in different jobs, how will you achieve this?
which cache supports connected & un connected Lookup