Hi Lukas, I'm trying to encode the following DELETE with a join using the Postgres syntax in the JOOQ DSL:
DELETE FROM pending_invites i USING users u WHERE i.registrant = ? AND u.id = ? AND u.msisdn = i.msisdn; Is there a JOOQ DSL example somewhere for this Postgres specific syntax? Cheers, Ben -- 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.
