SQL
AخA
SELECT log_timestamp, log_title, log_namespace, log_comment, log_user_text, log_page FROM logging
WHERE log_type = 'create' AND log_namespace = 100 AND log_timestamp > 20180601000000 AND log_title NOT LIKE '%\/%' AND NOT (log_comment LIKE 'redir%' OR log_comment LIKE 'Redir%')
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.