1 2 3 4 5 6 7 8 9
DELETE LOW_PRIORITY /* */ FROM `test`.users WHERE `id`<3 AND (username="Dan" or username="Paul") ORDER BY id ;