UPDATE table1 SET foo = 1
-- <- keyword
-- ^ variable
-- ^ keyword
-- ^ operator
-- ^ number
WHERE foo > t.col1;