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
Superzerocool
.
A summary of blocking/blocked users in Sánish Wikipedia
Toggle Highlighting
SQL
use eswiki_p; select ipb_by_text, ipb_reason, user_registration, user_editcount, ipb_timestamp, user_name , timestampdiff(MINUTE, user_registration, ipb_timestamp) AS minutos, ipb_expiry , (select count(1) from page where page_title = user_name and page_namespace = 3) from user left join ipblocks on user_id = ipb_user where ipb_timestamp > '20170101000000' and ipb_user is not null /*limit 100*/
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...