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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select page_title, str_to_date(left(rev_timestamp, 8), '%Y%m%d') from page join revision on page_latest = rev_id left join categorylinks on page_id = cl_from and cl_to = 'صفحههای_ابهامزدایی' where page_namespace = 0 and page_is_redirect = 0 and rev_timestamp < concat(date_format(date_sub(now(), interval 4 year), '%Y%m%d'), '000000') and cl_to is null and rev_user not in (select ug_user from user_groups where ug_group = 'bot' union select ufg_user from user_former_groups join user on ufg_user = user_id where ufg_group = 'bot' and user_name like '%bot') order by 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...