add having clause to sqlite version of guistats query
This commit is contained in:
parent
14a7784124
commit
2e83e91ba5
|
@ -2099,6 +2099,7 @@ class Sql:
|
|||
,plposition
|
||||
,upper(gt.limitType)
|
||||
,s.name
|
||||
having 1 = 1 <havingclause>
|
||||
order by hp.playerId
|
||||
,gt.base
|
||||
,gt.category
|
||||
|
|
Loading…
Reference in New Issue
Block a user