This query is marked as a draft This query has been published by Certes.

SQL

AخA
 
SELECT log_title AS Title, log_timestamp AS Created, actor_name AS Editor
FROM logging_logindex
JOIN page ON log_page=page_id AND page_is_redirect=0
JOIN actor ON actor_id=log_actor
WHERE log_namespace=100 AND log_type ='create' AND log_action='create'
AND log_timestamp >= REPLACE(CURDATE() - INTERVAL 3 MONTH, '-', '') AND log_title NOT LIKE '%/%'
ORDER BY log_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...