How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / m s aptil
update tab1 set name=name1,name1=name
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Explain trigger and trigger types?
what is dbcc? : Sql server database administration
What will be the maximum number of index per table?
Define inner join in sql server joins?
How do I run sql server 2014?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
Explain what are page splits? : SQL Server Architecture
What is the definition for sql server 2000?
What is Replication?
What are the differences between sql server and mysql.
How to fine-tune reports?
How to declare a cursor with "declare ... Cursor" in ms sql server?
What are the different editions available in sql server 2000?
What is the native system stored procedure to execute a command against all databases?
What is a cursor, index in sql?