Dablinks for the Monthly Dab Challenge Created Last Month

The current time is May 5, 2024, 5:56 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 20, 21

Showing below up to 20 results starting with #21.

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

   21. Grand Prix (3 new links of 4)
   22. INC (3 new links of 3)
   23. Iray (3 new links of 3)
   24. Islamic Resistance (3 new links of 3)
   25. Jin (3 new links of 4)
   26. Mano (3 new links of 3)
   27. Maqam (3 new links of 3)
   28. Metropolitan Police (disambiguation) (3 new links of 3)
   29. Mewe (3 new links of 3)
   30. Michael Moore (disambiguation) (3 new links of 3)
   31. Migration (3 new links of 3)
   32. Mortality (3 new links of 3)
   33. Nakhchivan (3 new links of 4)
   34. National League (3 new links of 3)
   35. No religion (3 new links of 3)
   36. Nugal (3 new links of 3)
   37. PRRI (3 new links of 3)
   38. Petiole (3 new links of 3)
   39. Principle of legality (3 new links of 3)
   40. 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.