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 ...