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
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is the difference between having and a where in sql?
What is use of trigger?
What is the difference between sum and count in sql?
List the various privileges that a user can grant to another user?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
tell us something about heap tables. : Sql dba
What is pls integer?
What are records give examples?
What are aggregate functions in sql?
Which sql statement is used to return only different values?
what is the difference between where clause and having clause? : Sql dba
What is the usage of when clause in trigger?
how do you login to mysql using unix shell? : Sql dba
Why trigger is used in sql?