Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
sum(case when exists
(select 1
from (select thps.amt_p_effective_stack
from tourney_hand_player_statistics thps
where thps.id_player = player_real.id_player
and thps.id_hand = tourney_hand_player_statistics.id_hand
and thps.flg_p_3bet) as tt
where tt.amt_p_effective_stack < 500)
then 1 else 0 end)
Return to TableTracker & NoteTracker
Users browsing this forum: No registered users and 23 guests