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
what are dynamic queries in t-sql? : Transact sql
what tools available for managing mysql server? : Sql dba
List out the acid properties and explain?
What is the use of %rowtype?
What is the use of triggers?
How do I partition a table in sql?
Where is all the data on the internet stored?
What is the difference between joins?
What is the difference between jpql and sql?
Which software is used for pl sql programming?
What is the max nvarchar size?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
what is csv? : Sql dba
What is the difference between database trigger and stored procedure?
In pl/sql, what is bulk binding, and when/how would it help performance?