i want to display 1 to 10 numbers using one select statement.
Answer Posted / srinivas
select rownum rn from (select 1 from dual group by
cube(1,2,3,4,5)) where rownum <=10
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to show all tables with 'mysql'? : Sql dba
What is an exception in PL/SQL? What are the two types of exceptions?
What operators deal with null?
What is a table in a database?
What do you mean by table in sql?
What are the benefits of triggers?
What is parameter substitution in sql?
Does oracle roll back the transaction on an error?
What is serial sql?
Can you rollback after commit?
What are the usages of sql?
Name three sql operations that perform a sort.
How do I remove sql plus from windows 10?
How sql query is executed?
what is the difference between join and union? : Sql dba