i want to display 1 to 10 numbers using one select statement.
Answer Posted / subrat
SELECT LEVEL
FROM DUAL
CONNECT BY LEVEL<=9;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cross join sql?
What is minus?
what is csv? : Sql dba
Is subquery faster than join?
What are the methods of filing?
What is foreign key and example?
How can we make an if statement within a select statement?
what is bcp? When does it used? : Sql dba
What is procedure in pl sql?
What is tuple in sql?
What is difference between stored function and application function?
What is a join?
What is the use of function "module procedure" in pl/sql?
What is rename in sql?
how many columns can be used for creating index? : Sql dba