i want to display 1 to 10 numbers using one select statement.
Answer Posted / ameer mujahid
select rownum from employees;
| Is This Answer Correct ? | 0 Yes | 19 No |
Post New Answer View All Answers
What is PL/SQL Records?
what is msql? : Sql dba
What is the use of prepared statement?
What are the events on which a database trigger can be based?
Explain the steps needed to create the scheduled job?
How can we implement rollback or commit statement in a trigger?
what is the difference between cluster and non cluster index? : Sql dba
Is time a data type in sql?
Why query optimization is needed?
What kind of join is join?
How do I make sql search faster?
What sql does db2 use?
How to display the current date in sql?
How do I quit sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?