Is it equally as difficult getting this filter preflop?
The scenario I am interested in are the bubble stages for sit n go's, where I am facing an all in and am last to act.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
position = coalesce(
(select min(chps.position)
from cash_hand_player_statistics chps
join cash_hand_summary chs on chps.id_hand = chs.id_hand
where chs.id_hand = cash_hand_player_statistics.id_hand
and chps.flg_f_saw
and chs.cnt_players_f >= 3
and char_length(chs.str_aggressors_f) >= 1
and chps.position > substring(chs.str_aggressors_f from '.$')::int),
(select min(chps.position)
from cash_hand_player_statistics chps
join cash_hand_summary chs on chps.id_hand = chs.id_hand
where chs.id_hand = cash_hand_player_statistics.id_hand
and chps.flg_f_saw
and chs.cnt_players_f >= 3))
Users browsing this forum: No registered users and 29 guests