LinguaLibre
Difference between revisions of "Stats/Time/bn"
< LinguaLibre:Stats
(Created page with "বর্তমান মাসের রেকর্ডের সংখ্যা") |
(Updating to match new version of source page) |
||
Line 18: | Line 18: | ||
}} | }} | ||
== Monthly activity == | == Monthly activity == | ||
− | <query yearmonth="তারিখ" records="নতুন রেকর্ডগুলি" speakers="Active speakers" languages="Active languages"> | + | <query _pagination="10" yearmonth="তারিখ" 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> | ||