Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
nlwiki File uploads and deletions by year
by
Bdijkstra
This query is marked as a draft
This query has been published
by
Bdijkstra
.
Toggle Highlighting
SQL
SELECT log_timestamp, actor_name, log_title, log_page, comment_text FROM logging, actor, `comment` WHERE log_type='delete' AND log_action='delete' AND log_namespace=10 AND LEFT(log_timestamp, 3)='202' AND log_actor=actor_id AND log_comment_id=comment_id AND comment_text REGEXP '(?i)doorverwijzing|redirect' LIMIT 50
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...