SQL
x
USE dewiki_p;
select user_name, comment_text from user,ipblocks,comment
where ipb_user=user_id
and ipb_reason_id=comment_id
and user_editcount>4000
and ipb_expiry='infinity'
and ipb_timestamp>"20190101000000"
and comment_text not like '%eigenen Wunsch%'
and comment_text not like '%verstorben%';
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.