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
|
,plposition
|
||||||
,upper(gt.limitType)
|
,upper(gt.limitType)
|
||||||
,s.name
|
,s.name
|
||||||
|
having 1 = 1 <havingclause>
|
||||||
order by hp.playerId
|
order by hp.playerId
|
||||||
,gt.base
|
,gt.base
|
||||||
,gt.category
|
,gt.category
|
||||||
|
|
Loading…
Reference in New Issue
Block a user