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


Please Help Members By Posting Answers For Below Questions

How to move files from one directory to another in pl sql?

642


Explain the difference in execution of triggers and stored procedures?

565


What is the difference between a query and a report?

517


- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?

1384


What is the use of primary key?

535






When is the update_statistics command used?

570


how would concatenate strings in mysql? : Sql dba

572


What is a field in a database?

566


What is a null value?

655


Which is the correct statement about truncate and delete?

525


what are the type of locks ? : Sql dba

526


column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.

6078


Which join is like an inner join?

523


What is lookup table in sql?

601


Which table is left in join?

516