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
Why fact table is in normal form?
Give an idea of system variables.
How you Implemented SCD Type 1 & Type 2 in your project?
What are constraints and derivations?
Why do we use link partitioner and link collector in datastage?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
What is the purpose of pivot stage?
What is datastage?
What is difference between symmetric multiprocessing and massive parallel processing?
What is quality stage?
Why do we use exception activity in Datastage?
How to implement complex jobs in data stage?
Which commands are used to import and export the datastage jobs?
Can you implement SCD2 using join, transformer and funnel stage?
How to read the length of word in unix?