I\'m try to make a case statement macro in postgresql. I\'ve written the following code:
{% macro yes_or_no(a, b) %} case when a == 1 then {% set retu