SQL
x
use tewiki_p;
select * from abuse_filter;
select * from abuse_filter where af_enabled=1 and af_hidden=0 and (af_actor>=100 and af_actor<=150);
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.