SQL
AخA
select rev_id, rev_user, rev_timestamp, rev_comment
from enwiki_p.revision where rev_page = 33585400
and (rev_comment like "%RfC%new section" or rev_comment like "%Request for comment%new section")
order by rev_id 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.