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
Lockal
.
Toggle Highlighting
SQL
SELECT revision.rev_timestamp, content.content_address FROM revision INNER JOIN slots ON revision.rev_id = slots.slot_revision_id INNER JOIN slot_roles on slots.slot_role_id = slot_roles.role_id and slot_roles.role_name = 'main' INNER JOIN content ON slots.slot_content_id = content.content_id INNER JOIN pagecontent ON substring(content.content_address, 4) = pagecontent.old_id and left(content.content_address, 3) = "tt:" and pagecontent.old_flags = "utf-8" WHERE revision.rev_page = (SELECT page_id FROM page WHERE page_title = 'Database_reports/Constraint_violations/Summary' AND page_namespace = 4) ORDER BY revision.rev_timestamp DESC LIMIT 5;
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...