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
Fenakhay
.
Toggle Highlighting
SQL
set @category_name = 'Maltese_lemmas'; select page_namespace as namespace, replace(page_title, '_', ' ') as title, date_format(rev_timestamp, '%Y-%m-%d %H:%i:%s') as last_edit_timestamp from categorylinks join page on page_id = cl_from join revision_userindex on rev_id = page_latest where cl_to = @category_name and NOT EXISTS( select 1 from revision as rev left join actor on actor_id = rev_actor where rev_page = cl_from and actor_name in ('Fenakhay')) 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...