Re: Why Not MySQL?

Поиск
Список
Период
Сортировка
От Sergio A. Kessler
Тема Re: Why Not MySQL?
Дата
Msg-id SAK.2000.05.03.kcborjkj@sergio
обсуждение исходный текст
Ответ на Re: Why Not MySQL?  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> el día Wed, 03 May 2000 
04:12:37 +0000, escribió:

>> > If I can't get my questions answered about case sensitivity issues here
>> > (no help so far) I will most likely to use it myself.
>
>My recollection is that it involved needing non-standard
>case-insensitive LIKE comparisons to get transparent behavior with an
>existing M$ Access app. So far, we were too polite to ask why one is
>working so hard to maintain compatibility with a non-standard
>interface, rather than writing the app to be portable. But I'll ask
>now. Tim?

if tim want a LIKE to be done case-insensitive, why not doing:

select foo from table1 where upper(foo) like "%BAR%" ??

sergio



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

Предыдущее
От: Don Baccus
Дата:
Сообщение: RE: Request for 7.0 JDBC status
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Why Not MySQL?