|
How can I configure postgreSQL to search without acents? Like: Table “test” Clumns: name , values: Test Test t�st T�st SELECT * FROM test WHERE name LIKE “tes%” And it should return values “t�st, test” Thanks, Augusto |
- Re: [GENERAL] Seaching without accents Augusto Cesar Castoldi
- Re: [GENERAL] Seaching without accents James M Moe
