how to i write the query 'NISHI' TO
N
I
S
H
I
Answer Posted / pradeep
Select SUBSTR('NISHI',LEVEL,1) from dual
CONNECT BY LEVEL<=length('NISHI')
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is an index associated with a constraint?
Explain the use of rows option in imp command.
How to define an anonymous procedure without variables?
How do I limit the number of oracle database connections generated by weblogic server?
How to create id with auto_increment on oracle?
How to convert numbers to characters in oracle?
Can we protect our pl/sql source code?
How to convert times to characters in oracle?
How to add another datafile to a tablespace?
what are the advantages of running a database in archive log mode?
What is the sid in oracle?
what is the difference between data migration and production migration.
What is null value in oracle?
Explain the use of online redo log files in oracle.
Please explain oracle left join with an example?