This commit is contained in:
parent
fc464ea0d0
commit
1e9562e54f
|
|
@ -60,7 +60,7 @@
|
||||||
COUNT(IF(tower_progress = 4, 1, NULL)) AS num4,
|
COUNT(IF(tower_progress = 4, 1, NULL)) AS num4,
|
||||||
COUNT(IF(tower_progress >= 5, 1, NULL)) AS num5,
|
COUNT(IF(tower_progress >= 5, 1, NULL)) AS num5,
|
||||||
COUNT(IF(tower_progress = 6, 1, NULL)) AS num6,
|
COUNT(IF(tower_progress = 6, 1, NULL)) AS num6,
|
||||||
COUNT(IF(tower_progress = 7, 1, NULL)) AS num7,
|
COUNT(IF(tower_progress >= 7, 1, NULL)) AS num7,
|
||||||
COUNT(IF(tower_progress = 8, 1, NULL)) AS num8,
|
COUNT(IF(tower_progress = 8, 1, NULL)) AS num8,
|
||||||
COUNT(IF(tower_progress >= 9, 1, NULL)) AS num9,
|
COUNT(IF(tower_progress >= 9, 1, NULL)) AS num9,
|
||||||
COUNT(IF(tower_progress >= 10, 1, NULL)) AS num10,
|
COUNT(IF(tower_progress >= 10, 1, NULL)) AS num10,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue