Hi all, in Postgres, I can write a query like
select unnest(col) from t; (col is an array column) The result is all selected arrays as rows. Is this possible using jooq? I found some DSL.unnest functions but they don't seem to fit. Is there a different way to achieve the same result? Or am I doing something wrong? :-) Regards Julian -- 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.
