Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
time of blocking of accounts blocked as vandalism in ptwiki
by
Danilo.mac
This query is marked as a draft
This query has been published
by
Chicocvenancio
.
Toggle Highlighting
SQL
use ptwiki_p; select left(ipb_timestamp,4) as ANO, COUNT(*) AS TOTAL_CPV, div(TOTAL_CPV, AUTOCONFIRMADO )as per , SUM(DATEDIFF(ipb_timestamp, user_registration) >= 4 AND user_editcount >= 10) AS AUTOCONFIRMADO from ipblocks inner join user on ipb_user = user_id where ipb_reason like '%vanda%' and ipb_expiry like 'infinity' GROUP BY ANO
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...