i want to display 1 to 10 numbers using one select statement.
Answer Posted / seshu
select in(1,10)
from dual;
| Is This Answer Correct ? | 15 Yes | 71 No |
Post New Answer View All Answers
What is the purpose of the sql select top clause?
Is primary key a clustered index?
How many types of privileges are available in sql?
Where can I learn sql for free?
Can cursors be part of a trigger body?
Difference between table function and pipelined function?
How do I turn a list into a table?
What is mutating sql table?
what is the use of double ampersand (&&) in sql queries?
explain the difference between bool, tinyint and bit. : Sql dba
What is dense_rank in sql?
What is faster join or subquery?
Which data type is a composite type?
Explain what is a database?
Is json a nosql?