Open Side Menu Go to the Top

02-24-2008 , 12:10 PM
Can you help me figure out why this query won't work? I'm trying to get all IPoker hands.

SELECT standardizedhandhistory FROM handhistories
JOIN pokerhands
ON handhistories.pokerhand_id =
pokerhands.pokerhand_id
JOIN pokersites
ON pokerhands.site_id =
pokersites.site_id
WHERE sitename = 'IPoker'
HoldemManager SQL question Quote
HoldemManager SQL question
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
HoldemManager SQL question
02-24-2008 , 12:43 PM
Sorry - but this does not deserve it's own thread imo. You will get better response, from the developer nonetheless, if you post it in the HM thread. He (Roy) will never see this question if its posted as a new OP.
HoldemManager SQL question Quote
02-24-2008 , 01:26 PM
I've posted very similar SQL questions in the HM thread but Roy hasn't responded. He gives excellent support, but I guess he feels SQL questions are outside his support scope. So that thread doesn't really work as Roy won't help me and no one else will help me either since everyone is waiting for Roy.

I hope I can get help here.
HoldemManager SQL question Quote
02-24-2008 , 01:43 PM
Quote:
Originally Posted by idrinkmilk
Can you help me figure out why this query won't work? I'm trying to get all IPoker hands.

SELECT standardizedhandhistory FROM handhistories
JOIN pokerhands
ON handhistories.pokerhand_id =
pokerhands.pokerhand_id
JOIN pokersites
ON pokerhands.site_id =
pokersites.site_id
WHERE sitename = 'IPoker'
You were very close - change "Ipoker" to "ipoker"

Sorry, haven't got all caught of on the forum yet since yesterday.

Roy
HoldemManager SQL question Quote
02-24-2008 , 02:06 PM
Quote:
Originally Posted by idrinkmilk
I've posted very similar SQL questions in the HM thread but Roy hasn't responded. He gives excellent support, but I guess he feels SQL questions are outside his support scope. So that thread doesn't really work as Roy won't help me and no one else will help me either since everyone is waiting for Roy.

I hope I can get help here.
I C.

You could also try posting on the HM forums in the future. I am pretty sure he monitors those forums more closely than these forums.
HoldemManager SQL question Quote
02-24-2008 , 02:14 PM
Quote:
Originally Posted by fozzy71
I C.

You could also try posting on the HM forums in the future. I am pretty sure he monitors those forums more closely than these forums.
Yeah, Fozzy is absolutely right. I just happened to see this when I skimmed the first few posts on the software page here.

Roy
HoldemManager SQL question Quote
02-24-2008 , 02:38 PM
Quote:
Originally Posted by fozzy71
I C.

You could also try posting on the HM forums in the future. I am pretty sure he monitors those forums more closely than these forums.
Quote:
Originally Posted by rvg72
Yeah, Fozzy is absolutely right. I just happened to see this when I skimmed the first few posts on the software page here.

Roy


HoldemManager SQL question Quote
02-24-2008 , 03:01 PM
Thanks rvg and fozzy!
HoldemManager SQL question Quote
HoldemManager SQL question
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
HoldemManager SQL question

      
m