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


Please Help Members By Posting Answers For Below Questions

What are the differences between interval year to month and interval day to second?

554


How many types of table in Oracle?

622


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1530


Where do we use decode and case statements?

565


What is meant by joins?

625






How to list all user accounts in oracle?

616


How to assign values to variables?

580


I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database

1635


What is Segment Advisor in Oracle?

674


How to convert a date to char in oracle? Give one example.

591


Why does for update in oracle 8 cause an ora-01002 error?

553


Explain the use of grant option in imp command.

580


How to load data from external tables to regular tables?

542


Differentiate between pre-select and pre-query?

627


Explain table?

656