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
Can we debug stored procedure?
What does trigger mean in slang?
What is natural join in sql?
How do I create an index in word?
What does (+) mean in sql joins?
Is primary key always clustered index?
Explain the difference between sql and mysql.
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What are conditional predicates?
what is the difference between undefined value and null value? : Sql dba
Which query operators in sql is used for pattern matching?
What is cartesian join in sql?
What are the advantages of sql? Explain
How to run sql*plus commands in sql developer?
How many commands are in sql?