WITH RECURSIVE subcategories AS (
-- Start with the base category
... |
1 month ago |
SELECT lt.lt_title, count(lt.lt_title)
FROM templatelinks AS t
LEFT JOIN... |
2 months ago |
SELECT lt.lt_title, count(lt.lt_title)
FROM templatelinks AS t
LEFT JOIN... |
2 months ago |