Non case sensitive

Поиск
Список
Период
Сортировка
От roy simkes
Тема Non case sensitive
Дата
Msg-id BAY108-W8FF2CF6F80C48E478F8AFA14E0@phx.gbl
обсуждение исходный текст
Ответы Re: Non case sensitive  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: Non case sensitive  (Sean Davis <sdavis2@mail.nih.gov>)
Re: Non case sensitive  (Brendon Gleeson <brendon@gleesonprop.co.za>)
Список pgsql-novice
Is there a way that select's where clause can be used as insensitive to the case? I mean:
"SELECT * FROM table WHERE field LIKE 'f' " will return every row that field begins with a "f" or a "F". Without writing " field LIKE 'f' OR field LIKE 'F' " of course.
 
Thanks


Express yourself instantly with Windows Live Messenger! Windows Live Messenger!

В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: can someone tell me what's wrong with this procedure?
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: Non case sensitive