Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Matěj Suchánek
.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT ct_id, ctd_name, rev_id, rev_page, comment_text, rev_timestamp, rev_user_text FROM change_tag JOIN change_tag_def ON ctd_id = ct_tag_id JOIN revision ON rev_id = ct_rev_id JOIN comment ON comment_id = rev_comment_id WHERE ctd_name = 'WE-Framework gadget' AND NOT comment_text LIKE '%WE-Framework gadget%' ORDER BY ct_id; SELECT ct_id, ctd_name, rev_id, rev_page, rev_timestamp, rev_user_text FROM change_tag JOIN change_tag_def ON ctd_id = ct_tag_id JOIN revision ON rev_id = ct_rev_id WHERE ctd_name = 'InfoboxExport gadget' AND rev_timestamp < "2016"#20140726000000 ORDER BY ct_id; SELECT ct_id, ctd_name, rev_id, rev_page, rev_timestamp, rev_user_text FROM change_tag JOIN change_tag_def ON ctd_id = ct_tag_id JOIN revision ON rev_id = ct_rev_id WHERE ctd_name = 'wikimedia-commons-app' AND rev_timestamp < 20180601131500 ORDER BY ct_id;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...