Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All pages in article name space with zwnj
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
All pages which link to redirect page (possibly contain ZWNJ ( 0xE2808C)), specify it
Toggle Highlighting
SQL
Select p.page_namespace p.page_title FROM ( SELECT pl_namespace, pl_from, pl_from_namespace, pl_title from pagelinks ) as pls JOIN (Select page_id, page_title,page_namespace From page ) as p # where page_title ='బిశ్వ_భూషణ్_హరిచందన్' ON pls.pl_from=p.page_id AND REPLACE(pls.pl_title,"_"," ") ='బిశ్వభూషణ్ హరిచందన్' LIMIT 20000;
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...