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
Pppery
.
Toggle Highlighting
SQL
select page_title,actor_name from page join actor on actor_name=replace(substring_index(page_title,"/",1),"_", "") where page_namespace=2 and page_title like '%WikiProjectCards/WikiProject_Medicine' and page_is_redirect=0 and exists (select 1 from revision_userindex where rev_actor=actor_id and rev_timestamp > CONVERT(CONCAT(YEAR(CURDATE() - INTERVAL 1 MONTH),LPAD(MONTH(CURDATE() - INTERVAL 1 MONTH),2,"0"),DAY(CURDATE()),"000000"),SIGNED) ) order by page_title asc
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...