How to write an equalent using JOOQ code for the below SQL script.

case when ( isnull(emp_type,0) ) = 1 then  isnull(sal_value,0) else 
 isnull(sal_value,0) end 

Thank you.
~Shyam


-- 
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.

Reply via email to