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