i want to display 1 to 10 numbers using one select statement.
Answer Posted / subrat
SELECT LEVEL
FROM DUAL
CONNECT BY LEVEL<=9;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a table in a database ? : Sql dba
What kind of join is join?
What is oracle sql called?
Explain the difference between 'between' & 'and' operators in sql
What is the process of debugging?
What is an invalid partition table?
How do I restart sql?
What is set transaction?
How do I find duplicates in the same column?
Why do we need view in sql?
What is the difference between the sql*loader and import utilities? : aql loader
What is nosql vs sql?
Can delete statement be rollbacked?
How do I delete a trigger?
How do I view a table in sql?