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
Wargo
.
Toggle Highlighting
SQL
use plwiki_p; select nadawacze.user_name AS nadawacz, replace(log_title, '_', ' ') as redaktor_nazwa, log_params from logging left join actor on actor_id = log_actor left join user nadawacze on nadawacze.user_id = actor_user left join user redaktorzy on redaktorzy.user_name = replace(log_title, '_', ' ') left join user_groups on ug_user = redaktorzy.user_id and ug_group="editor" where log_type = "rights" and log_timestamp > 20200101000000 and log_params like "%editor%" and ug_group IS NOT null 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...