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
Sumit.iitp
.
Toggle Highlighting
SQL
select r.rev_id, p.page_title, r.rev_actor, r.rev_parent_id, c.content_address from revision r JOIN page p ON r.rev_page=p.page_id JOIN slots s ON r.rev_parent_id=s.slot_revision_id JOIN content c ON s.slot_content_id=c.content_id JOIN text t ON SUBSTR(c.content_address, 2)=t.old_id where p.page_title="Cabbage" and p.page_namespace=1 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...