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
DannyS712
.
Toggle Highlighting
SQL
SELECT page_id, page_namespace, page_title, page_latest, MAX(rt_revision) as tagged_rev, rt_type, rt_value FROM page JOIN revtag ON page_id = rt_page # WHERE page_id IN (11689165, 11690666, 436920, 11285614, 12688942, 12764229) WHERE rt_type = 'tp:mark' # Filter for newer edits, cannot use the MAX() as a condition AND rt_revision > page_latest GROUP BY page_id, page_namespace, page_title, page_latest, rt_type
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...