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
OTAVIO1981
.
Toggle Highlighting
SQL
use ptwiki_p; select rev_user_text, A.tempo, count(rev_timestamp) FROM revision inner JOIN (select afl_user_text as nome, max(afl_timestamp) as tempo from abuse_filter_log where afl_timestamp > '20180420000000' and afl_actions ='disallow' group by afl_user_text) as A ON A.nome = rev_user_text where rev_timestamp > '20180420000000' group by rev_user_text
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...