Trying to use "jooq" to work with db (MySQL). It looks like nice, but as sql query more complex jooq construction more obscure.
Is anybody know what code should I write to get SQL-analog for:
INSERT INTO table (field1, field2, counter) VALUES (123, abc, 10), (124, cde, 20)
ON DUPLICATE KEY UPDATE counter = counter + VALUES(counter);
?--
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 jooq-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.