This query is marked as a draft This query has been published by Martin Urbanec (WMF).

SQL

AخA
 
use cswiki_p;
select rev_timestamp, regexp_replace(page_title, "/.*", "") as mentor
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.

Checking query status...