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
لوقا
.
Toggle Highlighting
SQL
#show tables; /* abuse_filter abuse_filter_action abuse_filter_history abuse_filter_log */ /* select af_id,af_public_comments from abuse_filter where af_enabled = 1 and af_hidden = 0 and af_deleted = 0 and af_hit_count > 0 ; */ /* select count(afl_id), afl_id from abuse_filter_log group by afl_id; */ select * from abuse_filter_log WHERE afl_timestamp >= NOW() - INTERVAL 30 DAY 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...