mysql - Simple but Tricky sqlite search query for -
i have following sqlite query finding words contain character 'w'
select * suppliers supplier_name '%w%';
which works fine words like: awesome,overflow etc
but database contains word like: αγαπάω , αγαπώ etc
i want these words selected when fired query how not working think these accents words anyhow want solve u please me on issue
the letter "ω" greek alphabet letter, named omega, has no connection @ letter "w", shape.
Comments
Post a Comment