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
Explain how to use transactions efficiently : transact sql
Is sql easier than java?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Does inner join remove duplicates?
What is cursor and why it is required?
What is the limitation on the block size of pl/sql?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Name three sql operations that perform a sort.
what are the difference between clustered and a non-clustered index? : Sql dba
How do I view tables in sql developer?
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 nosql db?
What are different types of indexes?
What are local and global Indexes and where they are useful.
Can you have more than one key in a database?