Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Fiwiki abuse filter 124,125,126,132,133 effectivity
by
Zache
This query is marked as a draft
This query has been published
by
Paldoshi
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT MIN(afl_timestamp) AS afl_timestamp, afl_title, afl_user_text, rc_id AS "least one edit" FROM abuse_filter_log LEFT JOIN recentchanges_userindex ON rc_user_text = afl_user_text AND FLOOR(afl_timestamp/1000000) = FLOOR(rc_timestamp/1000000) WHERE afl_filter IN (124,125,126,132,133) AND afl_actions REGEXP "warn|disallow" GROUP BY FLOOR(afl_timestamp/1000), afl_title, afl_user_text ORDER BY afl_timestamp DESC LIMIT 10
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...