View Single Post
  #2  
Old 12-09-2005, 11:26 AM
theblitz theblitz is offline
Member
 
Join Date: Sep 2004
Posts: 51
Default Re: The Fourth Raise is Always Aces? Or, Should I Fold KK Preflop?

Since I was one of the guilty parties I think I will add the following simple check.

I executed the following SQL command on my PT database:

[ QUOTE ]
select count(*)
from
(select game_id from game_players where player_id = 72 and hole_cards = 'KK') g1,
(select game_id from game_players where hole_cards = 'AA') g2
where g1.game_Id = g2.game_id

[/ QUOTE ]

This tells me how many times my KK has come up against AA.

For a total of 405 KK (that I got from PT) I have come up against AA only 9 (yes, NINE) times.

I think that finally kills off the "should I fold" threads.

New Year Resolution: I am not posting any more of them.