SQL
x
use wikidatawiki_p;
select rev_id, rev_user_text, page_title
from change_tag
join revision on rev_id=ct_rev_id
join page on page_id=rev_page where ct_tag_id=(
SELECT ctd_id
FROM change_tag_def
WHERE ctd_name="wikimedia-commons-app"
)
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.