- Code: Select all
sum(if[cash_hand_player_statistics.flg_f_bet or cash_hand_player_statistics.cnt_f_raise > 0, 1, 0])
- Code: Select all
sum(if[lookup_actions_f.action LIKE '_%', 1, 0])
sum(if[cash_hand_player_statistics.flg_f_bet or cash_hand_player_statistics.cnt_f_raise > 0, 1, 0])
sum(if[lookup_actions_f.action LIKE '_%', 1, 0])