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
Cwek
.
mw >1.31
Toggle Highlighting
SQL
USE zhwiki_p; select p.page_title,rc.rc_timestamp,DATE_FORMAT(rc.rc_timestamp,'%Y/%m/%d %H:%i'),rc.rc_id from recentchanges rc inner join page p on rc.rc_cur_id = p.page_id inner join revision rv on rc.rc_this_oldid = rv.rev_id and p.page_id=rv.rev_page where rc.rc_type in ('0','1') and ( rc.rc_actor in ( select ac.actor_id from actor ac where ac.actor_user in ( select u.user_id from user u where u.user_name='Hamish' ) ) or rc.rev_id in ( select revactor_rev from revision_actor_temp rat where rat.revactor_actor in ( select ac.actor_id from actor ac where ac.actor_user in ( select u.user_id from user u where u.user_name='Hamish' ) ) ) ) and rc.rc_namespace='4' and rc.rc_timestamp > UNIX_TIMESTAMP('2017-09-22') and p.page_id in ( select _p.page_id from page _p where _p.page_title like '頁面存廢討論/記錄/%' and _p.page_namespace='4' ) order by rc.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...