in datastage interview qustion
source target
------- -------
12345 1
2
3
4
5
Answer Posted / lajpat kurdiya
SELECT SUBSTR(12345,LEVEL,1) AS Source
FROM DUAL
CONNECT BY LEVEL <= LENGTH(12345);
SELECT SUBSTR('12345',LEVEL,1) AS Source
FROM DUAL
CONNECT BY LEVEL <= LENGTH('12345');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
How to Remove Duplicate using SQL?
What are the components of ascential data stage?
what is flow of project?
What are the different common services in datastage?
Explain the situation where you have applied SCD in your project?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
What is quality stage?
What is the difference between operational data stage (ods) and data warehouse?
What is the difference between server job and parallel jobs?
Differentiate between data file and descriptor file?
how to sort two columns in single job in datastage.
On which interface you will be working as a developer?
Can you highlight the main features of ibm infosphere information server?
What are some prerequisites for datastage?