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 pls.pl_namespace, pls.redirect_title FROM ( SELECT pl_namespace, pl_from, pl_from_namespace, REPLACE(pl_title, '_', ' ') as redirect_title from pagelinks ) as pls JOIN (Select page_id From page # where page_title ='బిశ్వ_భూషణ్_హరిచందన్' where REPLACE(page_title,"_"," ") ='బిశ్వభూషణ్ హరిచందన్') as p ON pls.pl_from=p.page_id AND pls.pl_from_namespace=0 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...