Fork of Search new categories by Fl.schmitt
This query is marked as a draft This query has been published by Fl.schmitt.

SQL

AخA
 
SELECT r.rc_timestamp,
       r.rc_actor,
       a.actor_name,
       r.rc_namespace as page_namespace,
       r.rc_title as page_title
FROM recentchanges r
LEFT JOIN actor_recentchanges a on rc_actor = actor_id
WHERE
    rc_new=1 
    AND rc_namespace = 14
    AND left(rc_timestamp, 8) = CURDATE() -1
ORDER BY rc_timestamp
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...