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
KylieTastic
.
Toggle Highlighting
SQL
select distinct page_title, DATEDIFF(DATE_ADD(NOW(), INTERVAL -6 MONTH), R2.rev_timestamp) as days_left, page_len from page left join revision as R1 on R1.rev_page = page_id left join actor on R1.rev_actor = actor_id left join revision as R2 on R2.rev_id = page_latest where (page_namespace = 118) and (page_is_redirect = 0) and actor_name = 'FloridaArmy' and (R2.rev_timestamp < DATE_ADD( DATE_ADD(NOW(), INTERVAL -5 MONTH), INTERVAL 7 DAY)) order by R2.rev_timestamp asc; select distinct page_title, DATEDIFF(DATE_ADD(NOW(), INTERVAL -5 MONTH), R2.rev_timestamp) as days_left, page_len from page left join revision as R1 on R1.rev_page = page_id left join actor on R1.rev_actor = actor_id left join revision as R2 on R2.rev_id = page_latest where (page_namespace = 118) and (page_is_redirect = 0) and actor_name = 'FloridaArmy' and (R2.rev_timestamp <= DATE_ADD( DATE_ADD(NOW(), INTERVAL -5 MONTH), INTERVAL 7 DAY)) and (R2.rev_timestamp >= DATE_ADD(NOW(), INTERVAL -5 MONTH)) order by R2.rev_timestamp 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...