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
Fountain Test
.
Toggle Highlighting
SQL
use s53200__fountain; create temporary table Pages select p.page_title, p.page_namespace from ruwiki_p.categorylinks cl join ruwiki_p.page p on p.page_id = cl.cl_from where cl.cl_to = 'Википедия:Статьи_для_срочного_улучшения' and cl.cl_type = 'page' and p.page_title like '% %' limit 100; drop table Pages;
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...