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
Matma Rex
.
Toggle Highlighting
SQL
-- User sandbox pages on pl.wp where the last edit was made with VisualEditor select concat("User:", page_title) as sandboxpage from plwiki_p.page left join plwiki_p.revision on page_latest = rev_id left join plwiki_p.change_tag on rev_id = ct_rev_id where page_title like "%/brudnopis%" and page_namespace = 2 and ct_tag = "visualeditor";
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...