Next, is it possible to do two update-where together in the same query? I'll explain, what I wanted to do is this:
UPDATE usuarios
SET nome = "Matheus Silva"
WHERE id = 1
AND UPDATE usuarios SET nome = "Lucas Silva"
WHERE id = 2...
asked on
18.01.2016 / 05:06