To distinguish the 6max and 9max database fields is what?

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

To distinguish the 6max and 9max database fields is what?

Postby juzi » Mon Jan 16, 2017 10:59 pm

Where did I seem to see, but I can't find it
juzi
 
Posts: 39
Joined: Wed Nov 06, 2013 3:05 am

Re: To distinguish the 6max and 9max database fields is what

Postby Flag_Hippo » Tue Jan 17, 2017 1:43 pm

There isn't a specific field for that information although you can tell the number of players in a hand with cash_hand_player_statistics.cnt_players, but for the actual table size you'd have to search within the stake name using something like this. Also if you apply the simple filter for table size for short-handed then it adds this to the query:

Code: Select all
cash_hand_player_statistics.id_limit in (SELECT id_limit FROM cash_limit WHERE flg_sh=true)

There is also 'flg_hu' and 'flg_fr' available in the cash_limit table.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 19 guests

cron