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 are packages in pl sql and also explain its advantages?
What is database sql?
What is recursive join in sql?
What is record in pl sql?
How to pipe multiline string to isql?
What are the query optimization techniques?
What is sql basics?
Why do we use subquery?
what is oltp (online transaction processing)? : Sql dba
Which table is left in join?
What is a mutating table and a constraining table?
How can you fetch first 5 characters of the string?
What is dialect in sql?
What does := mean in pl sql?
What is offset and limit in sql?