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 can we know the count/number of elements of an array? : Sql dba
What are the different operators available in sql?
What is a sql*loader control file?
Can you have more than one key in a database?
What are views in sql?
How do you concatenate in sql?
What are types of exception?
What is the purpose of primary key?
How do you optimize a stored procedure in sql?
what is the bond code in materialized view?
Is sql database free?
What are different types of functions in sql?
What does a pl/sql package consist of?
What are character functions?
How does postgresql compare to oracle/db2/ms sql server/informix?