Page 1 of 1

Hands against players without tag

PostPosted: Thu Nov 28, 2024 8:41 am
by javitxu6
Hello, I've seen that using this formula I can view hands against a specific player tag: tourney_hand_player_statistics.id_hand in (SELECT thps.id_hand from tourney_hand_player_statistics thps, notes n WHERE thps.id_player = n.id_x AND (n.id_color = 2)).

How can I view hands against players who don't have a tag?

Re: Hands against players without tag

PostPosted: Thu Nov 28, 2024 10:02 am
by javitxu6
I would also like to know how to review hands involving two players with a specific tag. For example, if I want to see hands where two green-tagged players (tag 2) are at the table, how do I do it?

highfalutin