filter vs player in anti tourneys
Posted: Wed Nov 21, 2012 10:44 am
After much searching i found a thread that addressed filtering against a specific player but then lost the thread after registering. Any who i got this from the thread.
( 0 < (SELECT count(hhps2.id_hand) FROM tourney_hand_player_statistics hhps2 WHERE hhps2.id_hand = tourney_hand_player_statistics.id_hand AND hhps2.id_player = (SELECT p.id_player FROM player p WHERE player_name='villian')) )
Is there anyway to adjust this so it is useful in anti games, as far as i presume it is just basically displaying every single hand dealt with villian at the table? Maybe something like both players have vpip in the hand or one has vpip and the other either vpips or has posted sb/bb?
( 0 < (SELECT count(hhps2.id_hand) FROM tourney_hand_player_statistics hhps2 WHERE hhps2.id_hand = tourney_hand_player_statistics.id_hand AND hhps2.id_player = (SELECT p.id_player FROM player p WHERE player_name='villian')) )
Is there anyway to adjust this so it is useful in anti games, as far as i presume it is just basically displaying every single hand dealt with villian at the table? Maybe something like both players have vpip in the hand or one has vpip and the other either vpips or has posted sb/bb?