Hello, I am using jooq as SQL Query Builder. I need to add the round function in a named parameter query. In the round function, the decimals parameter is processed as a named parameter. Is there a way to inline the decimals parameter in the query ?
Thanks in advance Round(Field<T> argument, int decimals) -- 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.
