View Single Post
  #10  
Old 07-26-07, 09:13 AM
de-coder's Avatar
de-coder de-coder is offline
Talking Poker League Champion
 
Join Date: May 2006
Location: Toronto, On
Posts: 1,248
de-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Pointsde-coder has between 1000 and 1499 Rep Points
Default

I'm pretty sure aliases would be the problem there. I don't have any aliases so I don't know how they work. I assume it's something like this:

rogue23 has player_id 5
troll pie has player_id 10

there's a alias_id field in the player table that I would assume would have the number 10 in it for rogue23's record. Then it looks like all the hands are imported under player_id 5.

I suggest unaliasing yourself and then running the queries, but that's going to take a while too. Unless I mess around with this alias thing to figure it out that's all I've got.