MrAntunes
11/17/2017 - 11:07 AM

swapColumns

change values from one column to other

UPDATE swap_test SET x=(@temp:=x), x = y, y = @temp;