1 2 3 4 5 6
/* postgres can not */ SELECT if(LENGTH(value) > 2, "long", "short") AS if, if(false, 3) AS no_else FROM plato.Input ;