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 an invalid partition table?
How to set up sql*plus output format in oracle?
What is primary key and foreign key with example?
What are pl sql data types?
Does view store data in sql?
What is the difference between delete and truncate commands?
What is meant by truncate in sql?
Can we create index on primary key?
What is a sql profiler?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What is trigger in sql?
How to start the command-line sql*plus?
Can two tables have same primary key?
Explain lock escalation? : Transact sql
What does pragma mean?