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
XXN
.
Toggle Highlighting
SQL
use rowiki_p; #show tables; #SHOW COLUMNS FROM protected_titles; SHOW COLUMNS FROM page_restrictions; #SHOW COLUMNS FROM pagelinks; #SHOW COLUMNS FROM page; #SHOW COLUMNS FROM hitcounter; #SHOW COLUMNS FROM page_props /* SHOW COLUMNS FROM externallinks; SHOW COLUMNS FROM revision;*/ /* SHOW COLUMNS FROM page; SHOW COLUMNS FROM image; SHOW COLUMNS FROM imagelinks; SHOW COLUMNS FROM category; SHOW COLUMNS FROM categorylinks; */ #DESCRIBE rowiki_p.page; #select * from externallinks where el_to = 'http://www.wunderground.com/history/airport/EGCC/2003/5/28/DailyHistory.html?req_city=NA&req_state=NA&req_statename=NA' #select * from revision where rev_page = 1812659; #select * from revision where rev_page = 1812659 group by rev_page; select * from page_restrictions join page on page_title = pr_page where page_title = "Indicație_limbă"
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...