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
What is offset and limit in sql?
Are stored procedures faster than dynamic sql?
What is pivot table in sql?
Name the operator which is used in the query for pattern matching?
Can we connect to postgresql using sql developer?
What packages are available to pl/sql developers?
what is difference between delete and truncate commands? : Sql dba
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is sql entity?
Which constraints we can use while creating database in sql?
What is the difference between microsoft sql and mysql?
What is difference between nchar and nvarchar?
What is sql in oracle?
What is sql*plus?
Name three sql operations that perform a sort.