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
how to include numeric values in sql statements? : Sql dba
How do you delete a table?
What is auto increment feature in sql?
How do I partition in sql?
What is sql and also describe types of sql statements?
How many types of functions are there in sql?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Does varchar need length?
what is query cache in mysql? : Sql dba
What is difference between table and view?
What is cursor and its types?
What sql database should I use?
What is difference between joins and union?
Why is partition used in sql?
Can dml statements be used in pl/sql?