i want to display 1 to 10 numbers using one select statement.
Answer Posted / mkumar.it
select rownum from user_objects where rownum <= 10
| Is This Answer Correct ? | 71 Yes | 20 No |
Post New Answer View All Answers
How to execute a stored procedure?
what is datawarehouse? : Sql dba
Which version of sql do I have?
How to call a javascript function from pl sql?
What is where clause in sql?
What is record data type?
What are different types of statements supported by sql?
What is the limitation on the block size of pl/sql?
What is sqlcommand?
What is normalization in sql?
how can we destroy the cookie? : Sql dba
What are sql built in functions?
What are the differences between in and exists clause?
Can I join the same table twice?
Why we use joins in sql?