SQL
AخA
select rc_cur_id, rc_title, rc_user_text, rc_params
from recentchanges where
rc_timestamp > DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 7 DAY), '%Y%m%d%H%i%s')
and rc_namespace=0
and rc_type=3
and rc_log_type='protect'
and rc_log_action='protect'
and rc_cur_id > 0
and rc_params LIKE "%indefinite%";
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.