i want to display 1 to 10 numbers using one select statement.
Answer Posted / pramod kumar behera
select level from dual connect by level <=10;
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can you join a table to itself?
Explain the working of primary key?
Can I join the same table twice?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
When is the explicit cursor used ?
What is crud sql?
Can unique keys be null?
What is a primary key called that is made up of more than one field?
What is the maximum size of sqlite database?
How do I run pl sql in sql developer?
Can a varchar be a primary key?
How do you create a db file?
Why truncate is faster than delete?
What is the trigger in sql?
What is %type in sql?