Last modified: 2013-08-15 10:03:46 UTC
https://dev.mysql.com/doc/refman/5.0/en/update.html It'd be useful to have things LIMIT (for batched queries) Might aswell do ORDER BY at the same time too
This is non-standard and mysql specific. Also both must be given at the same time for replication safety with statement based replication.
(In reply to comment #1) > This is non-standard and mysql specific. Also both must be given at the same > time for replication safety with statement based replication. https://www.sqlite.org/lang_update.html