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
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is the relationship among database, tablespace and data file?
How does the on-delete-cascade statement work?
ABOUT IDENTITY?
Explain a segment?
How to create a stored program unit?
What are the oracle differences between nvl and coalesce
Is it possible to insert comments into sql statements return in the data model editor ?
Please explain compound trigger in oracle?
How to start your 10g xe server from command line?
Is oracle an open source?
What is the difference between post-database commit and post-form commit?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How many types of cluster table in Oracle?
Is oracle a programming language?