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
Chlod
.
Toggle Highlighting
SQL
select `log_id`, `log_timestamp`, `log_params`, (SELECT GROUP_CONCAT(ctd_name SEPARATOR ",") FROM change_tag JOIN change_tag_def ON ctd_id = ct_tag_id WHERE ct_log_id = log_id) as ts_tags, `actor_id`, `actor_name`, `comment_id`, `comment_text` from `logging_userindex` left join `actor_logging` on `log_actor` = `actor_id` left join `comment_logging` on `log_comment_id` = `comment_id` where `log_type` = 'delete' and `log_action` = 'revision' and `log_page` = 74401793 and `log_params` LIKE "%1167221635%" order by `log_timestamp` asc
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...