Dablinks for the Monthly Dab Challenge Created Last Month

The current time is November 21, 2024, 7:38 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 '202410%'
                      )
              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. Transfer-matrix method (15 new links of 15)
   2. Affine cone (6 new links of 6)
   3. Ecclesiastical state (6 new links of 6)
   4. Nick Jr. (disambiguation) (5 new links of 5)
   5. Dračevac (4 new links of 4)
   6. Mohamed Kamara (4 new links of 4)
   7. Voudon (4 new links of 4)
   8. Worker (4 new links of 4)
   9. Ambikapur (3 new links of 4)
   10. Castlehaven (disambiguation) (3 new links of 3)
   11. Dex (3 new links of 3)
   12. Ernesto (3 new links of 3)
   13. Far-right politics in Canada (3 new links of 3)
   14. Fenix (3 new links of 3)
   15. House wren (3 new links of 3)
   16. Hypostasis (3 new links of 3)
   17. Indian Trade (3 new links of 3)
   18. Influence (3 new links of 3)
   19. Jazira (3 new links of 3)
   20. Left Front (3 new links of 3)
   21. Misbehaviour (3 new links of 3)
   22. Prosody (3 new links of 3)
   23. Qaradagh (3 new links of 3)
   24. Siege of Gerona (disambiguation) (3 new links of 3)
   25. St. Thomas University (3 new links of 3)
   26. Steven Bailey (3 new links of 3)
   27. Trans (3 new links of 3)
   28. Woodchopper (3 new links of 3)
   29. Štitari (3 new links of 3)
   30. Additive (2 new links of 2)
   31. Aerostar (2 new links of 2)
   32. Analyst (2 new links of 2)
   33. Anti-Israeli sentiment (2 new links of 3)
   34. Apparent motion (2 new links of 2)
   35. Aquamarine (2 new links of 2)
   36. Assisted dying (2 new links of 3)
   37. Ayudha (2 new links of 2)
   38. Bazouges (2 new links of 2)
   39. Black Mountain (2 new links of 2)
   40. Brabant (2 new links of 3)
   41. Brittonic (2 new links of 2)
   42. Canadian Rugby Union (2 new links of 2)
   43. Charles Brown (2 new links of 2)
   44. Cherna (2 new links of 2)
   45. Coalition for Change (2 new links of 2)
   46. Committee of inquiry (2 new links of 2)
   47. Compagna (2 new links of 2)
   48. Cornutus (2 new links of 2)
   49. Counselor (2 new links of 2)
   50. Cynic (2 new links of 2)

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



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