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
What does the base_object_type column shows in the user.triggers data dictionary view?
Write a sql query to get the third highest salary of an employee from employee_table?
How can you load multi line records? : aql loader
Can we rollback truncate?
How do I remove all records from a table?
What are the two characteristics of a primary key?
what is row? : Sql dba
What is time based sql injection?
What is a trigger in sql?
When is the explicit cursor used ?
What are sql commands?
what is unique key constraint? : Sql dba
What are hotfixes and patches?
Give the order of sql select?
What is the difference between the implicit and explicit cursors?