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 revision rv on rc.rc_this_oldid = rv.rev_id inner join page p on rv.rev_page = p.page_id left join revision_actor_temp rat on rat.revactor_rev=rv.rev_id 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='Cwek' ) ) or 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='Cwek' ) ) ) and ( rc.rc_timestamp > UNIX_TIMESTAMP('2017-01-01') or rv.rev_timestamp> UNIX_TIMESTAMP('2017-01-01') ) and rv.rev_page 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...