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
Explain the steps needed to create the scheduled job?
Is crud a cuss word?
What is Difference Between Unique and Primary Key Constraints?
Inline the values in PL/SQL, what does it mean.?
Do prepared statements prevent sql injection?
What do you mean by field in sql?
What is null in pl/sql?
what are different types of keys in sql?
what are local and global variables and their differences? : Sql dba
What is a crud api?
What is the use of function "module procedure" in pl/sql?
what are the advantages a stored procedure? : Sql dba
What is the difference between functions, procedures, and packages in pl/sql?
What is full join in sql?
What does an inner join do?