Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 25, 2024, 15:41 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 '202403%'
                      )
              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. Yaduvanshi (29 new links of 30)
   2. Chahamanas (11 new links of 11)
   3. Vector algebra (7 new links of 7)
   4. Battle of Deep Bottom (6 new links of 6)
   5. Borova (6 new links of 6)
   6. Preference revelation (6 new links of 6)
   7. Query complexity (6 new links of 6)
   8. Romani people in Iran (6 new links of 6)
   9. Siva (6 new links of 6)
   10. Ujazd (6 new links of 6)
   11. Information processing (5 new links of 5)
   12. Intrasexual competition (5 new links of 5)
   13. Mahkota (5 new links of 5)
   14. Palia (5 new links of 5)
   15. Pluralism (5 new links of 5)
   16. Punjabi Brahmins (5 new links of 5)
   17. Sergeyevka (5 new links of 5)
   18. Sharada (5 new links of 5)
   19. Shashi (5 new links of 5)
   20. Strong AI (5 new links of 5)

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



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