Обсуждение: what is similar to like operator in mysql for postgresql

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

what is similar to like operator in mysql for postgresql

От
hatem gamal elzanaty
Дата:
hi all,
can you tell me what is similar to like operator in mysql for postgresql
hatem gamal


Re: what is similar to like operator in mysql for postgresql

От
Scott Marlowe
Дата:
On Sun, Jul 10, 2011 at 1:35 PM, hatem gamal elzanaty <hatem@softpro.bz> wrote:
> hi all,
> can you tell me what is similar to like operator in mysql for postgresql
> hatem gamal

In postgresql ilike is like mysql's case insensitive like.  like in
postgres is case sensitive.