Salut à tous,
Je cherche le moyen de connaitre les stats qu’un vilain lambda a sur moi.
J’ai trouvé ce filtre à placer dans « report » : cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, player p where chps.id_player = p.id_player and p.player_name = ‘Player X’)
mais ca ne fonctionne pas chez moi.
Par contre son homologue pour mtt/tourney fonctionne :
tourney_holdem_hand_player_statistics.id_hand in (SELECT chps.id_hand from tourney_holdem_hand_player_statistics chps, player p where chps.id_player = p.id_player and p.player_name = ‘Player X’)
Quelqu’un peut m’aider ?
Merci