i want to display 1 to 10 numbers using one select statement.
Answer Posted / pramod kumar behera
select rownum from dual connect by level <=10;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the different dml commands in sql?
How is a PL/SQL code compiled?
What is the use of index in hive?
which tcp/ip port does sql server run on? : Sql dba
Why do we go for stored procedures?
Where is sql database stored?
What is the syntax and use of the coalesce function?
What is dynamic query?
Differentiate between pl/sql and sql?
what is a constraint? : Sql dba
Can we use having without group by in sql?
What does sign mean sql?
what is sql? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Where the sql database files are stored?