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 Posted / 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 |
Post New Answer View All Answers
Differentiate between odbc and drs stage?
What are the different plug-ins stages used in your projects?
What is apt_config in datastage?
What is the difference between passive stage and active stage?
Is the value of staging variable stored temporarily or permanently?
Differentiate between data file and descriptor file?
How you can fix the truncated data error in datastage?
EXPLAIN SCD
What is difference between symmetric multiprocessing and massive parallel processing?
What is a merge?
AGGREGATOR default datatype
Enlist various types of routines in datastage.
what is use of SDR function?
describe the Steps to confiure a Qlogic switch
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?