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
HenriqueCrang
.
Toggle Highlighting
SQL
use ptwiki_p; select * from (select afl_user_text , count(*) as tentativas from (select afl_var_dump, afl_user_text, afl_timestamp from abuse_filter_log where (afl_actions in ('warn','disallow') OR afl_filter = 112 ) and afl_user_text not in (select log_title from logging where log_action = 'block' and log_timestamp > (utc_timestamp() - 1000000)) group by afl_var_dump, afl_user_text, afl_timestamp) a where afl_timestamp > (utc_timestamp() - 1000000) group by afl_user_text) b where tentativas > 2 order by tentativas asc;
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...