Please, help me to understand. I need to make a query like this one:
SELECT NULLIF(MAX(a),0) AS a FROM table In what code will this query must be implemented with jOOQ? -- 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/groups/opt_out.
