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 is foreign key in sql with example?
What is oracle sql called?
What is the starting oracle error number? What is meant by forward declaration in functions?
How do you get column names only for a table (sql server)?
How do you update a sql procedure?
How does rowid help in running a query faster?
What does count (*) do in sql?
What does over partition by mean in sql?
How to make a copy values from one column to another in sql?
What is exception? What are the types of exceptions?
What is a record in a database?
What is the process of debugging?
Why do we use cursors?
What is nosql db?
Why do we use procedures?