fix sql to work in postgres

This commit is contained in:
sqlcoder 2009-05-23 09:47:50 +01:00
parent 203dcb44ae
commit 06b1ce002f

View File

@ -324,7 +324,7 @@ class Sql:
AND gt1.category = gt2.category
AND gt1.limittype = gt2.limittype
AND gt2.id = h.gametypeId)
GROUP BY hc.PlayerId, hc.styleKey
GROUP BY hc.PlayerId, p.name, hc.styleKey
"""
self.query['get_players_from_hand'] = """