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
Tacsipacsi
.
Links to user pages which were renamed while the SUL finalization on huwiki (using username "Maintenance script").
Toggle Highlighting
SQL
use huwiki_p; -- CREATE TEMPORARY TABLE temp SELECT pl_from_namespace, page_title, pl_title FROM logging, pagelinks, page WHERE log_title = pl_title AND pl_from = page_id AND log_user_text = 'Maintenance script' AND (pl_namespace = 2 OR pl_namespace = 3) -- GROUP BY pl_title LIMIT 1000; /* SELECT pl_from_namespace AS 'From: NS', page_title AS 'From: Title', pl_title AS 'User' FROM temp; SELECT pl_from_namespace AS 'User', count(pl_from_namespace) AS 'Count' FROM temp GROUP BY 'user'; SELECT pl_title AS 'User', count(pl_title) AS 'Count' FROM logging, pagelinks, page WHERE log_title = pl_title AND pl_from = page_id AND log_user_text = 'Maintenance script' AND (pl_namespace = 2 OR pl_namespace = 3) GROUP BY pl_title LIMIT 10; */
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...