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 is view explain with example?
Can we use pl sql in mysql?
Why is normalization important?
describe transaction-safe table types in mysql : sql dba
Why stored procedure is faster than query?
What are all types of user defined functions?
How do you remove duplicates without using distinct in sql?
Mention what plvcmt and plvrb does in pl/sql?
What is compilation error in pl sql?
How many types of triggers are there in pl sql?
What is coalesce in sql?
How do I run a pl sql procedure in sql developer?
how to create a new table in mysql? : Sql dba
Why do we need databases?
Do foreign keys improve performance?