How to set multiple columns of a table using update query in mysql?
UPDATE some_table SET this_column=x, that_column=y WHERE something LIKE 'them'