Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 24, 2024, 21:02 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 51

Showing below up to 50 results starting with #1.

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

   1. Yaduvanshi (30 new links of 31)
   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)
   21. Tensor category (5 new links of 5)
   22. Axtaçı (4 new links of 4)
   23. BN (4 new links of 4)
   24. BSA A65 (4 new links of 4)
   25. Diagonal argument (4 new links of 4)
   26. Dingshan (4 new links of 4)
   27. Fishing industry in the United Kingdom (4 new links of 4)
   28. Hilal (4 new links of 4)
   29. In absentia (4 new links of 4)
   30. Insecurity (4 new links of 4)
   31. Intermediate (4 new links of 4)
   32. Jalan (4 new links of 5)
   33. Katsuhiko Sato (4 new links of 4)
   34. Kekkai (4 new links of 4)
   35. Khorasan (4 new links of 4)
   36. Laban (4 new links of 4)
   37. Nowshera (4 new links of 4)
   38. Overhauser effect (4 new links of 4)
   39. Parabolic subgroup (4 new links of 4)
   40. Pileolaria (4 new links of 4)
   41. Prep Bowl (4 new links of 4)
   42. Privatization in Poland (4 new links of 4)
   43. Qasr (4 new links of 4)
   44. Rajkumar (4 new links of 4)
   45. Rudolf Deyl (4 new links of 4)
   46. Sierra mountains (4 new links of 4)
   47. Southern Railway (4 new links of 4)
   48. Stadttheater (4 new links of 4)
   49. University of Brussels (4 new links of 5)
   50. Vindicta (4 new links of 4)

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



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