Hello, I'm trying to implement one of these queries with jOOQ 3.6.2 & PostgreSQL 9.3:
http://sqlfiddle.com/#!15/b1ad8/9 Here's one of it: SELECT id, row_to_json((SELECT d FROM (SELECT name, addr) d))::text AS data FROM myt; But I couldn't find any ways to select from row values. Is this possible? -- 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.
