Dablinks for the Monthly Dab Challenge Created Last Month

The current time is April 20, 2025, 18:52 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 '202503%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 950, 51

Showing below up to 50 results starting with #951.

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

   951. Jamie Walsh (1 new link of 1)
   952. Jamie Watson (1 new link of 1)
   953. Jamming (1 new link of 1)
   954. Jamnik (1 new link of 1)
   955. Jan Hartman (1 new link of 1)
   956. Janice (1 new link of 1)
   957. Janjira (1 new link of 1)
   958. Janusz Radziwiłł (1 new link of 1)
   959. Japanese Championship (1 new link of 1)
   960. Jaraguá (1 new link of 1)
   961. Jasenica (1 new link of 1)
   962. Jason Castro (1 new link of 1)
   963. Jaunt (1 new link of 1)
   964. Jawi (1 new link of 1)
   965. Jaya (1 new link of 1)
   966. Je (1 new link of 1)
   967. Jean-Claude Paye (1 new link of 1)
   968. Jeff Donaldson (1 new link of 1)
   969. Jeff Hull (1 new link of 1)
   970. Jerai (1 new link of 1)
   971. Jeremy Williams (1 new link of 1)
   972. Jerry Hopkins (1 new link of 1)
   973. Jerry Ross (1 new link of 1)
   974. Jesse Edwards (1 new link of 1)
   975. Jim Button (1 new link of 1)
   976. Jim Henry (1 new link of 1)
   977. Jim Mora (1 new link of 1)
   978. Jim Norton (1 new link of 1)
   979. Jim Simons (disambiguation) (1 new link of 1)
   980. Jim Walsh (1 new link of 1)
   981. Jin (1 new link of 1)
   982. Jinx (disambiguation) (1 new link of 1)
   983. Joao Fernandes (1 new link of 1)
   984. Joe Hill (1 new link of 1)
   985. Joe Johnson (1 new link of 1)
   986. Joey (1 new link of 1)
   987. John (1 new link of 1)
   988. John Beatty (1 new link of 1)
   989. John Bell (1 new link of 1)
   990. John Blackwell (1 new link of 1)
   991. John Brennan (1 new link of 1)
   992. John Byrne (1 new link of 1)
   993. John Fitzpatrick (1 new link of 1)
   994. John Foley (1 new link of 1)
   995. John Frederick (1 new link of 1)
   996. John Gibson (1 new link of 1)
   997. John Hardy (1 new link of 1)
   998. John Kirkpatrick (1 new link of 1)
   999. John Lyons (1 new link of 1)
   1000. John MacLean (1 new link of 1)

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



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