Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Recent geolocated files from Finland
by
Antti T. Leppänen
This query is marked as a draft
This query has been published
by
Antti T. Leppänen
.
Recent geolocated files from Finland based on simple approximate rectangle.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT page_title FROM templatelinks INNER JOIN page as p on p.page_id=tl_from JOIN ( SELECT rev_timestamp, rev_page FROM revision WHERE rev_timestamp >= "20181110") as rev ON rev.rev_page=p.page_id AND rev.rev_timestamp=(SELECT MIN(rev_timestamp) FROM revision AS last WHERE last.rev_page = p.page_id) WHERE tl_title="fi"
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...