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 |
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
Enlist various types of routines in datastage.
What is the use of datastage director?
How you Implemented SCD Type 1 & Type 2 in your project?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
What is RCP
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
How to move data set from one server to other?what are the steps to follow to do this?
How to generate surrogate key without using surrogate key stage?
i have seq file that contents 10 million records load to target any data base.. in that case it takes lot of time for loading..how do performance tuning in that situation...?
Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?
8 Answers Cognizant, HCL, TIAA CREF,
Differentiate between validated and Compiled in the Datastage?