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
Bhuvanaalla
.
Toggle Highlighting
SQL
use tewiki_p; -- select * from abuse_filter where af_enabled=1 and af_hidden=0 and af_actor>=100; -- Select filters with a specific pattern SELECT * FROM tewiki_p.abuse_filter WHERE af_pattern = 'pattern_to_match'; -- Select enabled filters SELECT * FROM tewiki_p.abuse_filter WHERE af_enabled = 1; -- Select filters with comments containing a specific keyword SELECT * FROM tewiki_p.abuse_filter WHERE af_comments LIKE '%keyword%';
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...