Обсуждение: Case insensitive search

Поиск
Список
Период
Сортировка

Case insensitive search

От
Dragan Matic
Дата:
Is there a way to set up collation order to be case-insensitive?
I.E. I need to have a column c with value 'ABC' and when I do a "select
* from table where c = 'abc'" it finds the row with value 'ABC'. Yes, I
know that I can do it with "lower()" and "upper()" functions, but is
there a way to construct a database to be case-insensitive? Tnx in advance.

Dragan