i want to display 1 to 10 numbers using one select statement.
Answer Posted / pramod kumar behera
select level from dual connect by level <=10;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why should I use postgresql?
What are the limitations of sql express?
Explain normalization and what are the advantages of it?
What are properties of the transaction?
What is query syntax?
What are the most important characteristics of pl/sql?
What are sql built in functions?
How to make a copy values from one column to another in sql?
what is 'mysqld'? : Sql dba
What is the difference between microsoft sql and mysql?
What is the difference between partition and index?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is trigger types of trigger?
What does t sql mean?
What do you mean by query optimization?