Re: February Goals Post
[ QUOTE ]
1. Play 15k hands
2. Write down when I make a river call I wasn't sure about if my hand was good or not and the size of the pot at the time of the call and how much I called, to see how well I am doing in terms of EV on my river calls
3. Remembering to do #2
[/ QUOTE ]
What a pain in the ass. Use this. Replace FucTan with your sn.
SELECT players.screen_name, players_1.screen_name, game_players.vol_put_money_in_pot, game_players.won_hand, game_players.rbet, game_players.rcall, game_players.rraise, game.pot
FROM players INNER JOIN (game INNER JOIN ((game_players AS game_players_1 INNER JOIN game_players ON game_players_1.game_id = game_players.game_id) INNER JOIN players AS players_1 ON game_players.player_id = players_1.player_id) ON game.game_id = game_players.game_id) ON players.player_id = game_players_1.player_id
WHERE (((players_1.screen_name)="fuktan2206") AND ((game_players.rbet)=0) AND ((game_players.rcall)=1) AND ((game_players.rraise)=0));
Krishan
|