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
A smart kitten
.
Toggle Highlighting
SQL
select user2.user_name, user2.user_editcount, logging2.log_timestamp as log_timestamp1, actor2.actor_name as actor_name1, logging2.log_action as log_action1, logging2.log_params as log_params1, comment2.comment_text as comment_text1/*, query1.log_timestamp as log_timestamp2, query1.actor_name as actor_name2, query1.log_action as log_action2, query1.comment_text as comment_text2, query1.log_params as log_params2*/ from logging_userindex as logging2 inner join actor_logging as actor2 on actor2.actor_id = logging2.log_actor inner join comment_logging as comment2 on comment2.comment_id = logging2.log_comment_id inner join user as user2 on user2.user_name = replace(logging2.log_title, '_', ' ') left join block_target as block_target2 on block_target2.bt_user = user2.user_id left join block as block2 on block2.bl_target = block_target2.bt_id -- testing left join ( select * from logging_userindex inner join user on user.user_name = replace(logging_userindex.log_title, '_', ' ') where logging_userindex.log_timestamp > '20241200000000' ) as query7 on query7.user_id = user2.user_id where logging2.log_timestamp > '2024' and block2.bl_id is null /*and logging2.log_type = 'block' and logging2.log_action regexp '^(re)?block$' and logging2.log_params not like '%noautoblock%' and convert(comment2.comment_text using utf8) regexp 'spam|promo|advert';*/
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...