- Code: Select all
sum(if[tourney_hand_player_statistics.amt_p_raise_facing and tourney_hand_player_statistics.flg_blind_def_opp AND tourney_hand_player_statistics hero where hero.id_hand = tourney_hand_player_statistics.id_hand
and hero.flg_hero
and hero.position = 9), 1, 0])
And for cnt_resteal_opp_bb_vs_hero_sb_rfi
- Code: Select all
sum(if[tourney_hand_player_statistics.amt_p_raise_facing and tourney_hand_player_statistics.flg_blind_def_opp and from tourney_hand_player_statistics hero
where hero.id_hand = tourney_hand_player_statistics.id_hand
and hero.flg_hero
and hero.position = 9), 1, 0])