View Single Post
  #777  
Old 07-24-2007, 11:25 PM
rvg72 rvg72 is offline
Senior Member
 
Join Date: Jun 2005
Location: Canada
Posts: 2,342
Default Re: New Software: Holdem Manager

[ QUOTE ]
I want to retrieve the VPIP of a player with playername = 'Caide' and player_id = 6.

I've tried:

SELECT * FROM compiledplayerresults WHERE compiledplayerresults_id = (SELECT compiledplayerresults_id FROM compiledresults WHERE player_id = 6)

But that didn't work because the inner select statements return several compiledplayerresults_id's. How do I handel this?

[/ QUOTE ]

pm sent
Reply With Quote