i want to display 1 to 10 numbers using one select statement.
Answer Posted / hemant
select 1||chr(10)||2||chr(10)||3||chr(10)||4||chr(10)
||5||chr(10)||6||chr(10)||7||chr(10)||8||chr(10)||9||chr(10)
||10 from dual
/
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What normalization means?
how to drop an existing table in mysql? : Sql dba
What is trigger in sql?
What is the need of merge statement?
Define overloaded procedure?
What is the size of partition table?
How do you delete data from a table?
What are the different tcl commands in sql?
how can we know the number of days between two given dates using mysql? : Sql dba
Which function is used to return remainder in a division operator in sql?
The select into statement is most often used to create backup copies of tables or for archiving records?
What is row_number () in sql?
Explain the difference between triggers and constraints?
what is the use of set statement in tsql? : Transact sql
who introduced sql?