Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2007, 05:50 AM
Pokerpun Pokerpun is offline
Member
 
Join Date: Aug 2006
Posts: 93
Default How to calculate Total money bet using PT?

I am interested in how to know the total gross amount of money I have put into a pot in my poker lifetime, can I find that out with PT or estimate it roughly?
Reply With Quote
  #2  
Old 11-09-2007, 06:04 AM
Phil153 Phil153 is offline
Senior Member
 
Join Date: Oct 2005
Posts: 4,905
Default Re: How to calculate Total money bet using PT?

If you've converted your databases to postgresql, you can put the following query in the SQL window

select sum(total_bet) as TOTAL_BET, sum(total_won) as TOTAL_WON, sum(total_won-total_bet) as NET_WON from game_players inner join players on players.player_id = game_players.player_id where players.screen_name = 'Pokerpun'

Replace Pokerpun with your screen name, leave the ''. If you don't have postgresql, it's a bit more complicated. It's probably easier to install postgresql and convert the database than anything else.
Reply With Quote
  #3  
Old 11-09-2007, 11:52 AM
Maunzekater Maunzekater is offline
Senior Member
 
Join Date: Feb 2007
Location: looking for value, but it hides so well
Posts: 283
Default Re: How to calculate Total money bet using PT?

Don't forget to append a semicolon to the query if you enter the query in the sql window.
Reply With Quote
  #4  
Old 11-09-2007, 12:06 PM
pococurante pococurante is offline
Senior Member
 
Join Date: Jul 2007
Location: VA
Posts: 138
Default Re: How to calculate Total money bet using PT?

I bet that would be an interesting number to see. I'm a barely above breakeven player at low stakes... I wonder if I could truthfully say "I've gambled a million dollars in my life".
Reply With Quote
  #5  
Old 11-09-2007, 12:15 PM
Maunzekater Maunzekater is offline
Senior Member
 
Join Date: Feb 2007
Location: looking for value, but it hides so well
Posts: 283
Default Re: How to calculate Total money bet using PT?

$35k since August? wtf?????
Reply With Quote
  #6  
Old 11-09-2007, 01:35 PM
MYNAMEIZGREG MYNAMEIZGREG is offline
Senior Member
 
Join Date: Jun 2005
Location: LeggoPoker
Posts: 2,022
Default Re: How to calculate Total money bet using PT?

So if I bet 3k into a 650 pot because the guy only has 500 left this query show me as betting the 3k I assume?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.