count true false postgres code example Example: postgres count where true SELECT count(CASE WHEN myCol THEN 1 END) FROM <table name>