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

What is the max nvarchar size?

530


what are the types of join and explain each? : Sql dba

542


Compare sql & pl/sql

622


How do we use distinct statement? What is its use?

568


What are the query optimization techniques?

544






What view means?

569


Why is normalization important?

556


Why do we need databases?

584


What is the current version of sql?

554


what does it mean to have quoted_identifier on? : Sql dba

689


how can we find the number of rows in a table using mysql? : Sql dba

602


how to create a table index in mysql? : Sql dba

608


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3122


What is secondary key?

522


How do I run a sql trace?

538