Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Cryptic
.
The publically-visible data from [[User:Chicdat]]'s deleted contributions to enwiki. For [[WP:VPI#Allow all users to view only their own deleted contributions]] circa 5 March 2021.
Toggle Highlighting
SQL
SET @pat='(?i)thula.*(victor|makhubu)';SELECT DISTINCT page_namespace, page_title, 1 AS existing FROM page WHERE page_title RLIKE @pat UNION SELECT DISTINCT ar_namespace, ar_title, 0 FROM archive WHERE ar_title RLIKE @pat;
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...