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 you pronounce sql?
How can we optimize a sql query?
Can procedure in package be overloaded?
What is data types in sql?
Is it possible to update views?
What is interval partition?
Can we use threading in pl/sql?
what is 'mysqlimport'? : Sql dba
what is the use of double ampersand (&&) in sql queries?
Can we use pl sql in mysql?
What is dbo in sql?
Can a table contain multiple primary key’s?
what is query cache in mysql? : Sql dba
Can one improve the performance of sql*loader? : aql loader
Can we use loop in sql?