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
Zache
.
Toggle Highlighting
SQL
SELECT t.log_id FROM ( SELECT log_id, log_page, page_id, ct_log_id, page_is_redirect FROM change_tag_def, change_tag, logging as l1 LEFT JOIN page ON l1.log_page=page_id WHERE log_namespace=0 AND log_id=ct_log_id AND ct_tag_id=ctd_id AND ctd_name IN ("contenttranslation", "contenttranslation-v2") AND (page_id IS NULL OR page_is_redirect = true) GROUP BY log_id ) as t LEFT JOIN logging as l ON t.page_id IS NULL AND t.log_page=l.log_page AND t.log_id<l.log_id AND l.log_type="delete" AND l.log_action="delete" WHERE ((l.log_id IS NOT NULL) ) GROUP BY t.log_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...