SQL
AخA
select
*
from
recentchanges
join comment on comment_id = rc_comment_id
where
(
rc_title like "Arbitration_Committee_Elections_December_2018%"
or rc_title like "ACE2018%"
or rc_title like "COORD18%"
)
and (
rc_namespace = 4
or rc_namespace = 5
)
order by
rc_timestamp desc;
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.