i want to display 1 to 10 numbers using one select statement.
Answer Posted / rashmi raju
select 1,2,3,4,5,6,7,8,9,10 from dual;
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What does cursor do in sql?
What is memory optimized table?
Explain the the update statement in sql?
How to load data with sql*loader?
Explain the commit statement.
What is the difference between cluster and non-cluster index?
How do I save a stored procedure?
what is primary key? : Sql dba
What is break?
Which command is used to call a stored procedure?
How to run pl sql program in mysql?
Can you join a table to itself?
What is record data type?
What are tuples in sql?
What is the difference between Union and Union all. Which is faster.