if table named a is there
and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
Answer Posted / lokeshwari
select id,decode(id,'1','3','3','1','2','4','4','2') from tb11;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you optimize a stored procedure query?
what are date and time data types? : Sql dba
How do you remove duplicates without using distinct in sql?
Can primary key be changed?
explain access control lists. : Sql dba
Is it possible to create startup or shutdown trigger for on-schema?
What is data control language (dcl)?
What is an invalid partition table?
What are some emotional triggers?
Does sql between include endpoints?
Explain raise_application_error.
What is the maximum rows in csv?
What are types of indexes in sql?
How to get each name only once from an employee table?
How can check sql version from command line?