Hi,

how to convert the following query to JOOQ ???

delete a from region a inner join region b
on a.role_id = b.role_id and a.region_id = b.region_id
where a.user_id = from_user_id and b.user_id = to_user_id;

Thanks

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/38597b8f-7405-481f-8743-c7e964ff0c52%40googlegroups.com.

Reply via email to