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
Pikne
.
Toggle Highlighting
SQL
USE etwiki_p; SELECT DISTINCT et.page_title 'artikkel'#, pp_value, rev_timestamp FROM revision LEFT JOIN page et ON rev_page=et.page_id # LEFT JOIN (SELECT * FROM page_props WHERE pp_propname = 'wikibase_item') AS props ON pp_page = page_id # LEFT JOIN wikidatawiki_p.page d ON pp_value=d.page_title # LEFT JOIN wikidatawiki_p.pagelinks ON pl_from=d.page_id WHERE et.page_namespace=0 AND et.page_is_redirect=0 AND rev_parent_id=0 AND rev_timestamp < 20020830000000 # AND pl_namespace=120 # AND pl_title='P4689' ORDER BY rev_timestamp ASC LIMIT 10
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...