Is there a way to write a query that will search case insensitive diacritic signs ?
For example: in database there is written "što" .. if I search with: select * from table1 where column1 like '%št%' it will found an record...
If I search with uppercase: select * from table1 where column1 like '%ŠT%', it will not be found...
↧
SQLite case insesitive query with diacritic signs
↧