i want to display 1 to 10 numbers using one select statement.

Answer Posted / pramod kumar behera

select rownum from dual connect by level <=10;

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sql dba a good career? : SQL DBA

529


What is multiple partition?

537


How long does it take to learn pl sql?

603


Can we use views in stored procedure?

511


What is the use of count (*) in sql?

542






What is the difference between an inner join and an outer join?

514


Is sql considered coding?

567


Is it important to partition hard disk?

532


Show how functions and procedures are called in a pl/sql block.

586


What does the base_object_type column shows in the user.triggers data dictionary view?

572


What is an alias command?

571


What does the sign mean in sql?

507


Write a query to find the names of users that begin with "um" in sql?

501


Why does sql need a server?

562


What view means?

556