Query Run
select rc_title, rc_deleted from recentchanges where rc_type = 1 and... 6 years ago
select rc_title from recentchanges where rc_type = 1 and rc_title like "%hess%"; 6 years ago
select rc_title from recentchanges where rc_type = 1 and rc_title like "%hess"; 6 years ago
select page_title from recentchanges where rc_type = 1 and rc_title like "%hess%"; 6 years ago