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