i want to display 1 to 10 numbers using one select statement.
Answer Posted / rashmi raju
select 1,2,3,4,5,6,7,8,9,10 from dual;
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
How do you write a complex sql query?
how to create a table index in mysql? : Sql dba
how to add a new column to an existing table in mysql? : Sql dba
how many sql dml commands are supported by 'mysql'? : Sql dba
Explain dml and ddl?
Which is faster truncate or drop?
How do I view output in sql developer?
how to install mysql? : Sql dba
How to create your own reports in sql developer?
What is clustered index sql?
What are the basic techniques of indexing?
Is it possible for a table to have more than one foreign key?
What is sqlerrd?
How does a covering index work?
How can use stored procedures in sql?