I'm trying to to get players cbet percentage.
This is the query I run:
[codezr9]SUM(case when (hhps.flg_f_cbet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_opp) then 1 else 0 end)[/codezr9]
hhps obviously being holdem_hand_player_statistics.
I get results like 78/12 which is clearly incorrect. Am I missing something or is this a bug?
