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
Is the primary key an index?
what are the features and advantages of object-oriented programming? : Sql dba
What is the non-clustered index in sql?
what are the differences between char and nchar? : Sql dba
What is sqlerrm?
Why primary key is required?
How do I add a primary key to a table?
What is the best partition size for windows 10?
Name some usages of database trigger?
What are literals in sql server?
What is the clause we need to add in function body to return variable?
Is sql better than excel?
What are different types of triggers?
Does group by remove duplicates?
what is a control file ? : Sql dba