i want to display 1 to 10 numbers using one select statement.
Answer Posted / manoj
select level from dual connect by level<=10
Is This Answer Correct ? | 113 Yes | 18 No |
Post New Answer View All Answers
how to get a list of columns in an existing table? : Sql dba
What are the advantages of pl sql over sql?
What is the difference between explicit and implicit cursors in oracle?
what is the difference between char_length and length? : Sql dba
how many sql dml commands are supported by 'mysql'? : Sql dba
What is blind sql injection?
What are the advantages of pl sql?
How do you concatenate in sql?
What are the different sql commands?
How do we use distinct statement? What is its use?
What is rownum and rowid?
how to present a past time in hours, minutes and seconds? : Sql dba
Which function is used to return remainder in a division operator in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
how to return query output in html format? : Sql dba