View Single Post
  #4  
Old 12-28-2004, 03:44 PM
illunious illunious is offline
Senior Member
 
Join Date: Oct 2003
Location: Wausau, WI
Posts: 247
Default Re: Some interesting non-PokerTracker stats

SELECT * FROM game_players WHERE player_id=#playerid#
AND #curturn#bet=0
AND #curturn#raise=0
AND #curturn#call=0
AND #curturn#check=0
AND #curturn#fold=0

Change 0 to 1 depending on what data you want and add up the total_won and total_bet fields.
Reply With Quote