How to see total hand count for specific risks?
Results 1 to 4 of 4
  1. #1
    Senior Member
    Join Date
    Feb 2009
    Posts
    297

    Default How to see total hand count for specific risks?

    Hey guys
    How can I see a specific hand count for a certain risk?
    I know
    "Select count(*) from pokerhands" will give me a total overall count.

    What I want to do is know how to find out how many
    Ex 1: PLO - Heads Up Only - .25/.50 only
    Ex 2: NLHE - 6 man only - $1/$2 only

    etc
    Bascially any type any risk any blind structure.
    Anyone got a code I can just switch those figures and it can spit me out a number in query tool?

  2. #2
    Tech Support Manager morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    20,888

    Default

    i dont know how to write the sql query but this might help

    in gametype TABLE pokergame = type of overall game
    eg

    pokergame = 1; Holdem
    pokergame = 2; Omaha Hi
    pokergame = 3; Omaha 08

    pokergametype refers to the the gametype i.e NL, Limit, Rush etc

    Think 1 is NL, 2 is limit etc wont be hard to figure out

    Finally you can find out the limit via the bigblind amount in the same table, that tells you 50 for 50c or 100 for $1, if you want the more friendly output its in the gametypedescription column and that will show $0.50/1 nl etc

    All that is in the gametype table. Hope it helps
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  3. #3
    Senior Member
    Join Date
    Feb 2009
    Posts
    297

    Default

    What is the command to extract hands by a specific number?
    AKA I want to extract ONLY 200 hands?

  4. #4
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    25,795

    Default

    What do you mean with extract? Count the hands via SQL or export them from the database?

Similar Threads

  1. holdem manager hand count different from graph
    By hero777 in forum Manager General
    Replies: 4
    Last Post: 05-25-2010, 11:43 AM
  2. HUD Display Chip Count At Start Of Hand?
    By TRB1965 in forum Manager General
    Replies: 3
    Last Post: 08-06-2009, 06:37 PM
  3. Total hand count?
    By El Helado in forum Manager General
    Replies: 1
    Last Post: 03-20-2009, 05:30 PM
  4. Hand Count Wrong in Report
    By hardflop in forum Manager General
    Replies: 3
    Last Post: 01-09-2009, 11:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •