i want to display 1 to 10 numbers using one select statement.
Answer Posted / srikanth
select rownum from user_objects where rownum <= 10 order by
rownum ASC
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
How do I copy a table in sql?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What is difference between stored function and application function?
How do I create a sql database?
What is materialized view in sql?
what is the difference between char and varchar data types? : Sql dba
How do you go back in sql?
What are the operators used in select statements?
how to write date and time literals? : Sql dba
Describe types of sql statements?
Is primary key is clustered index?
What is the difference between jpql and sql?
Will truncate release space?
Why stored procedures are faster than query?
Are pl sql variables case sensitive?