How do I reference VALUES in ON DUPLICATE KEY UPDATE? INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6) ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b);
More about it: http://dev.mysql.com/doc/refman/5.6/en/miscellaneous-functions.html#function_values. -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
