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

Answer Posted / pramod kumar behera

select level from dual connect by level <=10;

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any restriction on the use of union in embedded sql?

683


how to get help information from the server? : Sql dba

530


what are the advantages and disadvantages of views in a database? : Sql dba

535


How do I write a sql query in pgadmin 4?

558


can a stored procedure call itself or recursive stored procedure? : Sql dba

581






What jobs use sql?

533


what is the difference between inner and outer join? Explain with example. : Sql dba

553


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

556


Is it possible to include an insert statement on the same table to which the trigger is assigned?

567


What are the most important ddl statements in sql?

581


Which join is like inner join?

566


what is cursor. write example of it. What are the attributes of cursor.

752


What is sqlservr exe?

482


What is application trigger?

548


Can one improve the performance of sql*loader? : aql loader

587