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
Bobo.03
.
Toggle Highlighting
SQL
Use enwiki_p; #show tables; #select * #from page_assessments #limit 10; #select * #from page_assessments_projects #JOIN page # ON pap_project_id = page_id # where pap_project_title in ("Military history"); SELECT * FROM page_assessments JOIN page_assessments_projects ON pa_project_id = pap_project_id JOIN page ON pa_page_id = page_id where pap_project_title in ("Military history"); #where pap_project_title in ("Military history", "Africa", "Books", "Feminism", "Women\'s Health", "Video games", "Medicine", "Oregon") #select * #from page_assessments_projects #LIMIT 10; #SELECT * #FROM page #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...