SQL
x
use hewiki_p;
select count(*) from logging join comment_logging
on log_comment_id = comment_id
where log_type = 'block'
and log_action in ('block', 'reblock')
and not comment_text like "%משחית%"
and not comment_text like "%השחתה%"
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.