Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result
Дата
Msg-id 012001c28cca$00a6a980$3201a8c0@expertrade.com
обсуждение исходный текст
Ответ на Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result  ("Hale Pringle" <halepringle@yahoo.com>)
Список pgsql-jdbc
> One big difference that you should look for is case sensitivity in WHERE
> clauses.  I know that SQL-SERVER defaults to case-insensitive and you have
> to go through hoops to do a case sensitive search.  PostreSQL defaults to
> case sensitive and uses the non-standard "ILIKE" verb to generate a
> case-insensitive WHERE clause.

You don't need to use ILIKE if you use: ... lower(attr) LIKE "abc"   This
works in Oracle and PG.

David


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

Предыдущее
От: Laszlo Hornyak
Дата:
Сообщение: Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result sets: progress)
Следующее
От: "David Hooker"
Дата:
Сообщение: Re: PostgreSQL/Oracle/MSSQL differences (was: streaming result