doco wrote:Ok, I am trying to ferret out ways of identifying the hand other than by hand_no. Which BTW, I was surprised to see hand_no is only found in one 'holdem%' table. Don't know why but I just was expecting to see it more.
hand_no is the "real world" reference number for the hand as generated by the site, but PT3 assigns its own unique reference to each hand - id_hand.
Anyway, something else that surprised me as I am beginning to get better familiar with the data. In the holdem_hand_details table there are two columns named [ holecards_1 ] and [ holecards_2 ]. I full expected this to return one individual card for holecards_1 and one individual card for holecards_2. What I am seeing is two complete hole card sets. In this case A8o & A4o respectively. Don't know exactly what this is supposed to be telling me?
holdem_hand_details isn't a table in the PT3 database. Have you used HoldemLuck, or any other application that writes additional tables to your database? Having two sets of holecards would match an EV function which compares them.