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 user_editcount, CONCAT("# ", " [[", page_title, "]]") as page_title, log_comment FROM change_tag_def, change_tag, logging_compat LEFT JOIN page ON log_page=page_id, user WHERE ctd_name IN ("contenttranslation", "contenttranslation-v2") AND ct_tag_id=ctd_id AND log_timestamp > 20230007180459 AND ct_log_id=log_id AND user_id=log_user AND user_editcount<100 GROUP by page_title, log_timestamp, log_comment ORDER BY log_timestamp DESC
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...