Duplicate/create Column - not valid SQL
Posted: Mon Jan 07, 2013 11:44 am
Hi, sorry if it's dumb questions, I've searched the topics, but didn't find an answer.
I have custom column for exampl.:
cnt_vpip_less_than_8bb
Expresion:
sum(if[(tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 8 AND tourney_hand_player_statistics.flg_vpip, 1, 0])
If I want to duplicate it and make for exampl.-
cnt_vpip_less_than_5bb
sum(if[(tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 5 AND tourney_hand_player_statistics.flg_vpip, 1, 0])
It shows me "not valid sql". What I'm doing wrong?
I have custom column for exampl.:
cnt_vpip_less_than_8bb
Expresion:
sum(if[(tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 8 AND tourney_hand_player_statistics.flg_vpip, 1, 0])
If I want to duplicate it and make for exampl.-
cnt_vpip_less_than_5bb
sum(if[(tourney_hand_summary.amt_p_effective_stack / tourney_blinds.amt_bb) < 5 AND tourney_hand_player_statistics.flg_vpip, 1, 0])
It shows me "not valid sql". What I'm doing wrong?