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
Utar
.
Toggle Highlighting
SQL
USE cswiki_p; #SHOW TABLES #DESCRIBE sites #category: SELECT cat_title, cat_pages, cat_subcats, cat_files #pagelinks: SELECT pl_from, pl_namespace, pl_title # SELECT COUNT(pl_from) SELECT page_id, page_namespace, page_title, page_from_namespace, pl_namespace, pl_title FROM page INNER JOIN pagelinks ON pagelinks.pl_from = page.page_id WHERE pl_title = "Q-hvězda" LIMIT 10; #SELECT page_id, page_title #FROM page #WHERE page_title LIKE "Q%" #LIMIT 50
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...