i want to display 1 to 10 numbers using one select statement.
Answer Posted / pushkar
use sequence. automatically increments.
Is This Answer Correct ? | 10 Yes | 27 No |
Post New Answer View All Answers
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..
Which is faster union or join?
What are character functions?
How do I count rows in sql?
how many columns can be used for creating index? : Sql dba
Can you have a foreign key without a primary key?
What does the hierarchical profiler does?
How can I tell if sql is running?
what is a trigger? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?
How can triggers be used for the table auditing?
What are the different types of triggers?
What is trigger types in sql?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
difference between anonymous blocks and sub-programs.