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
XXN
.
Toggle Highlighting
SQL
/*USE enwiki_p; SELECT * from user join ipblocks on ipb_user = user_id where user_name = "D climacus"*/ use enwiki_p; SELECT img_user_text AS Uploader, COUNT(img_name) AS Files FROM image join ipblocks on img_user_text = ipb_address #ipb_user = user_id GROUP BY Uploader having Files > 5 ORDER BY Files DESC; /*USE wikidatawiki_p; SELECT * FROM archive where ar_title like "%disambig%" */
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...