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
Edgars2007
.
Toggle Highlighting
SQL
use wikidatawiki_p; SELECT page_title, rc_comment FROM recentchanges JOIN page ON rc_namespace=page_namespace AND rc_title=page_title AND page_namespace=0 JOIN page_props AS site_props ON page_id=site_props.pp_page AND site_props.pp_propname='wb-sitelinks' AND site_props.pp_value=0 JOIN page_props AS claim_props ON page_id=claim_props.pp_page AND claim_props.pp_propname='wb-claims' AND claim_props.pp_value<3 WHERE rc_namespace=0 AND rc_comment LIKE '/* clientsitelink-remove:1||lvwiki */%' LIMIT 100;
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...