this is fold to 5bet+
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 5 AND cash_hand_player_statistics.position NOT BETWEEN substring(cash_hand_summary.str_aggressors_p from 4 for 1)::int and substring(cash_hand_summary.str_aggressors_p from 5 for 1)::int and cash_hand_player_statistics.enum_p_4bet_action = 'F', 1, 0])
Huh, u know how experienced I am. I dont understand the stats/columns anymore.
Can sb. explain every part of it?
I try:
cash_hand_summary.str_aggressors_p = ok the string gets +1 in length for every Raise, I guess
cash_hand_player_statistics.position NOT BETWEEN substring(cash_hand_summary.str_aggressors_p from 4 for 1)::int = ??? huh?
....???....
cash_hand_player_statistics.enum_p_4bet_action = 'F' = why 4bet defend action? thought it must be 5bet def action so: sth like
cash_hand_player_statistics.enum_p_5bet_action = 'F'
