Dablinks for the Monthly Dab Challenge Created Last Month

The current time is May 14, 2024, 0:28 UTC.

             SELECT a.dab_id AS dab_id,
                    a.dab_title AS dab_title,
                    count(*) AS count,
                    lc_amnt AS all_count
               FROM all_dab_links_basic a, monthly_list_count
              WHERE a.dab_id = lc_id
                AND EXISTS
                      (
                       SELECT 1
                         FROM monthly_list_full b
                        WHERE a.dab_id = b.dab_id
                          AND a.article_id = b.article_id
                      )
                AND EXISTS
                      (
                       SELECT 1
                         FROM all_dab_links c
                        WHERE a.dab_id = c.dab_id
                          AND a.article_id = c.article_id
                          AND dab_date LIKE '202404%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 21

Showing below up to 20 results starting with #1.

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)

   1. Pratigya (14 new links of 14)
   2. Appeal bond (6 new links of 6)
   3. Jiaotong University (6 new links of 6)
   4. Cultural engineering (5 new links of 5)
   5. Methone (5 new links of 5)
   6. Reminisce (5 new links of 5)
   7. Sorbonne (5 new links of 5)
   8. William Carson (disambiguation) (5 new links of 5)
   9. Koli language (4 new links of 4)
   10. Nancy González (4 new links of 4)
   11. Segura (4 new links of 4)
   12. Arrow–Debreu market (3 new links of 3)
   13. Conservatism in China (3 new links of 3)
   14. Devotion (3 new links of 6)
   15. Eduardo Molina (3 new links of 3)
   16. Grand Prix (3 new links of 4)
   17. Islamic Resistance (3 new links of 3)
   18. Nakhchivan (3 new links of 4)
   19. Principle of legality (3 new links of 3)
   20. Reticulation (3 new links of 3)

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)



Contact: the bot discussion page on the English Wikipedia.
Source code available here.