I have name like INDIA in a column. I want display 1st line A,
2nd line N, 3rd line D, 4th line I, 5th line A in oracle data
base?
Answer / ganesh kumar
SELECT SUBSTR('INDIA',LEVEL,1) AS INDIA FROM DUAL CONNECT BY
LEVEL<=LENGTH('INDIA');
TRY THIS QUERY IT WILL WORKS CORRECTLY.
| Is This Answer Correct ? | 30 Yes | 6 No |
what is worklet and what use of worklet and in which situation we can use it?
What are the challenges you have faced in your project?
source table A having 100000 records. and target B table having 100000 records. now iam updating B records using update query. i don't know which record is update in target. write a sql query get all updated records from target table B.
how to import multiple flat files in to single target where there is no common column in the flat files
Dependecy Errors in Informatica ? Do u got any dependency problems while running session? Can any one Explain Clearly.
How to read data from flat file source if the data is in paragraph format?
How to differentiate between the active and passive transformations?
What is rank transformation?
What is informatica powercenter repository?
what is the difference between informatica6.1 and infomatica7.1
How can we get two output ports in un-connect transformation?
What is the Process to creating lookup transformation in informatica