SQL
AخA
use cswiki_p;
select * from change_tag join revision on rev_id=ct_rev_id join page on rev_page=page_id
where
ct_tag_id=(select ctd_id from change_tag_def where ctd_name="mentorship module question") limit 1;
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.