Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
position = (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 chps.position >= case when substring(chs.str_aggressors_f from '.$') = '9' then 0 else substring(chs.str_aggressors_f from '.$')::int + 1 end)
Users browsing this forum: No registered users and 35 guests