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
What if we write return in procedure?
discuss about myisam key cache. : Sql dba
What packages are available to pl/sql developers?
what is 'mysqld'? : Sql dba
What is sp_helptext?
what are the difference between clustered and a non-clustered index? : Sql dba
What is difference between rank () row_number () and dense_rank () in sql?
Can you inner join the same table?
What is pl sql code?
Is pl sql still used?
What is compound trigger?
how to drop an existing index in mysql? : Sql dba
What is schema in sql?
What is row_number () in sql?
What is the difference between sum and count in sql?