tables not matching
Why would I get count of 1883 when I run
but count of 1515 with
5 is my id on a small test db, so it shouldn't be a matter of known holecards. Under what circumstaces the combinations table doesn't get data?
- Code: Select all
select count(*) from
holdem_hand_player_detail
where id_player = 5
but count of 1515 with
- Code: Select all
select count(*) from
holdem_hand_player_combinations
where id_player = 5
5 is my id on a small test db, so it shouldn't be a matter of known holecards. Under what circumstaces the combinations table doesn't get data?
