What's wrong with this: `case when {amount} >= ...
# general
r
What's wrong with this:
case when {amount} >= 600 then 'Y' else 'N'
?