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
List the ways to get the count of records in a table?
What type of database is sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What are the popular database management systems in the it industry?
What is a recursive stored procedure?
Which data dictionary views have the information on the triggers that are available in the database?
How do rank () and dense_rank () differ?
What is pessimistic concurrency control? : Transact sql
What is normalisation and its types?
Why is sharding used?
Describe types of sql statements?
What is left join in sql?
What is record type in pl sql?
How do I filter in sql profiler?
What is the difference between alter trigger and drop trigger statements?