Hello,

This particular vendor-specific syntax is not yet supported by jOOQ 3.2. It
is on the long-term roadmap as #2134:
https://github.com/jOOQ/jOOQ/issues/2134

Cheers
Lukas


2014/1/9 Павел Туз <[email protected]>

> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to