Hi to all, how can I implement the following function with jooq 3.8.1 ? tags column is an array of strings.
SELECT
*
FROM
public.objects
where tags && '{tag5,tag3}'::varchar[] ;
--
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.
