LinguaLibre
Difference between revisions of "Stats/Time/en"
< LinguaLibre:Stats
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 18: | Line 18: | ||
}} | }} | ||
== Monthly activity == | == Monthly activity == | ||
− | <query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> | + | <query _pagination="10" yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"> |
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 32: | Line 32: | ||
} | } | ||
GROUP BY ?yearmonth | GROUP BY ?yearmonth | ||
− | ORDER BY ?yearmonth | + | ORDER BY DESC(?yearmonth) |
</query> | </query> | ||