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 are the advantages of stored procedure?
What is the non-clustered index in sql?
How can you fetch first 5 characters of the string?
What are the types of join in sql?
How many postgresql users are there, worldwide?
Is sql database free?
Does pl sql work in mysql?
Where is all the data on the internet stored?
Is null operator in sql?
How many types of indexes are there in sql?
what are the disadvantages of mysql? : Sql dba
What is a dynamic query?
What are the commands used in sql?
what is try_catch block in procedure
Can triggers stop a dml statement from executing on a table?