i want to display 1 to 10 numbers using one select statement.
Answer Posted / gangadhar
SQL> select *
2 from xmltable('for $i in 1 to 10 return $i');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we call a function containing dml statements in a select query?
What types of commands can be executed in sql*plus?
What is cascade in sql?
Why do we need databases?
What is an inconsistent dependency?
What does pl sql developer do?
When is the update_statistics command used?
What is procedure explain with example?
what is the difference between myisam static and myisam dynamic? : Sql dba
What is a sql schema used for?
How do you optimize a stored procedure in sql?
what is 'mysqladmin' in mysql? : Sql dba
What is forward declaration in pl sql?
How can you know that statistics should be updated?
tell me about various levels of constraint. : Sql dba