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 #table in sql?
What are the types of optimization?
What is bulk compiling in pl/sql.?
What are the constraints available in sql?
What are joins in sql?
How to make a copy values from one column to another in sql?
What is function and procedure?
What is difference between hql and native sql?
How to set up sql*plus output format in oracle?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
explain what is mysql? : Sql dba
Explain the the update statement in sql?
How does postgresql compare to "nosql"?
Why primary key is required?
Define union, minus, union all, intersect ?