mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-13 13:27:13 +03:00
order by TotalExperienceDiff desc in diff action_id
This commit is contained in:
parent
2520573a77
commit
b1a0424ac6
@ -108,4 +108,5 @@ inner join
|
||||
order by squads_stats_states.action_id desc
|
||||
limit 1)) old_stats
|
||||
on new_stats.squadron_id = old_stats.squadron_id
|
||||
where TotalExperienceDiff > 0;"""
|
||||
where TotalExperienceDiff > 0
|
||||
order by TotalExperienceDiff desc;"""
|
Loading…
x
Reference in New Issue
Block a user