What I know is that when we use this query :
UPDATE table1 SET title = "Hello" WHERE id IN (1,2,3);
equals to:
WHERE