How to swap column value in SQL?
Question:
Write an update statement to swap the column values without using a temporary tables.
Before Update:
After Update:
Write an update statement to swap the column values without using a temporary tables.
Before Update:
After Update: