Jeremy Cook
Results
12
comments of
Jeremy Cook
It would be nice to be able to opt-into support for the behavior requested by this issue instead of having to wait for v2.0.
MySQL 5 also supports an "upsert" syntax as documented here: > http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html This blog post provides a great example of using it: > http://mechanics.flite.com/blog/2013/09/30/how-to-do-an-upsert-in-mysql/ ``` mysql> select * from sakila.actor...