Skip to content

Instantly share code, notes, and snippets.

@vincentdeelen
Created November 17, 2013 17:10
select post
, amount
, case when amount < 0
then 'red'
when amount > 0
then 'green'
end column_style
from balances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment