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 index in Oracle?
How to use like conditions in oracle?
various types of hints and their usage
what is normalisation?what are its uses?
What is control file used for?
What is a static data dictionary in oracle?
What is the difference between a primary key & a unique key?
What happens in oracle commit?
How to execute a stored program unit?
What is oracle database 10g express edition?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to call a stored function with parameters?
What is a Garbage Collection? and what is full recursive Garbage collection?
How can you use check constraints for self referential integrity?
What is an index associated with a constraint?