Custom column - not valid SQL. Help!
Posted: Fri Jun 22, 2012 10:21 pm
Hey guys I am trying to create a custom column for a stat that varies by preflop effective stack size. This is my column for cnt_f_raise_0_to_8bb (based on cnt_f_raise). I can't save it as PT4 says that it isn't valid SQL. What am I missing???
I have other stats that have similar queries in them for effective stack size and they work fine.
sum(if[tourney_hand_player_statistics.cnt_f_raise AND (tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 8, 1, 0])
Thanks
I have other stats that have similar queries in them for effective stack size and they work fine.
sum(if[tourney_hand_player_statistics.cnt_f_raise AND (tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 8, 1, 0])
Thanks