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
Tohaomg
.
Toggle Highlighting
SQL
SELECT P.page_title, CONCAT("https://uk.wiktionary.org/wiki/", P.page_title) AS page_link, CONCAT("https://uk.wiktionary.org/w/index.php?oldid=", R.rev_id) AS revision, R.rev_timestamp, A.ar_title FROM ukwiktionary_p.page P JOIN ukwiktionary_p.revision R ON P.page_id=R.rev_page LEFT JOIN ukwiktionary_p.archive A ON R.rev_id=A.ar_id WHERE R.rev_user=0 AND R.rev_user_text!="MediaWiki default" AND P.page_namespace=0 AND A.ar_namespace=0 ORDER BY R.rev_timestamp DESC LIMIT 50
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...