Điều này có thể thực hiện được:-
UPDATE myTable SET col1 = 5,
col2 = (@tempVariable:[email protected]+1) // to increment
Để đặt một số nguyên (không phải gia số)
UPDATE myTable SET col1 = 5,
col2 = (@tempVariable:=100) // to assign any integer