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(NOW(), R2.rev_timestamp) as days_old, 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(NOW(), INTERVAL -4 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...