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
Evolutionoftheuniverse
.
Toggle Highlighting
SQL
SELECT if(right(soundex('intéresser'),3) = right(soundex('enterese'),3),1,0), soundex('intéresser'), soundex('enterese'); SELECT iapage.page_title, iepage.page_title from iawiki_p.page as iapage join iewiki_p.page as iepage on iepage.page_namespace=0 join (SELECT SOUNDEX(iawiki_p.page.page_title) as soundex from iawiki_p.page WHERE iawiki_p.page.page_namespace=0) AS iasoundex ON iapage.page_title=iasoundex.page_title join (SELECT SOUNDEX(iewiki_p.page.page_title) as soundex from iewiki_p.page WHERE iewiki_p.page.page_namespace=0) as iesoundex ON iepage.page_title=iesoundex.page_title where iapage.page_namespace=0 and iepage.page_namespace=0 and iasoundex.soundex=iesoundex.soundex limit 10
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...