statistic with hole cards
Posted: Wed Jun 27, 2012 1:10 am
Is there any way to make this string equal 'this' or 'that', something like this:
tourney_hand_player_statistics.id_holecard = 70 OR 80
Or do I have to crazy and do this:
tourney_hand_player_statistics.id_holecard = 70 OR tourney_hand_player_statistics.id_holecard = 80 OR ...
tourney_hand_player_statistics.id_holecard = 70 OR 80
Or do I have to crazy and do this:
tourney_hand_player_statistics.id_holecard = 70 OR tourney_hand_player_statistics.id_holecard = 80 OR ...