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
How can you view the errors encountered in a trigger?
Can a procedure in a package be overloaded?
What are different types of statements supported by sql?
What is auto increment feature in sql?
What are the types of optimization?
Advantages and disadvantages of stored procedure?
What is pls integer?
How do I install microsoft sql?
How do you identify a primary key?
what is union? : Sql dba
Is foreign key mandatory?
how to include numeric values in sql statements? : Sql dba
Can we commit in trigger?
How do I make my sql query run faster?
What is the difference between sum and count in sql?