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
.
working for 88942 (aka. CAT:RFU live feed)
Toggle Highlighting
SQL
select date_format(rc_timestamp, '%Y-%m-%d %H:%i:%s') as 'timestamp', concat("User talk:", replace(page_title, "_", " ")) as 'user talk page', actor_name as 'this person', case when rc_params like '%"added";b:0;%' then 'removed from' when rc_params like '%"added";b:1;%' then 'added to' else 'unknown action' end as 'cat action', concat("Category:", replace(rc_title, "_", " ")) as 'category', rc_params from recentchanges_userindex inner join page on rc_cur_id = page_id inner join actor_recentchanges on actor_id = rc_actor where rc_type = 6 and page_namespace = 3 and rc_title regexp "^(Requests_for_unblock(_awaiting_response_from_the_blocked_user)?|Unblock_on_hold)$" -- temp for testing and rc_params like '%"added";b:0;%' order by rc_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...