On Wed, Apr 16, 2014 at 12:33 PM, Lukas Eder <[email protected]> wrote: > My bad, as we're currently supporting PIVOT only for Oracle 11g and 12c, > we've stripped the method out of the API, as we didn't want to support the > emulation for other databases. > Sorry about that.
No worries, I thought I was going mad :-) So I've ended up solving this issue by generating MAX(CASE WHEN THEN) columns and grouping by the pivot attribute. Very hacky, but it works. -- 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.
