Re: Non-standard escape sequences from Crystal Reports

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: Non-standard escape sequences from Crystal Reports
Дата
Msg-id AANLkTikuntaeMFhbUN5gWdun3xT1Wmc+p8CMcdy2uWhO@mail.gmail.com
обсуждение исходный текст
Ответ на Non-standard escape sequences from Crystal Reports  ("Rob Richardson" <Rob.Richardson@rad-con.com>)
Список pgsql-general
Dear Rob ,

this will give warning:
SELECT co_name from foo  where co_name ilike '%\\_%' limit 10;

and this will not:
SELECT co_name from foo  where co_name ilike E'%\\_%' limit 10;

regds
Rajesh Kumar Mallah.

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Query tune, index is not using
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: bytea_output default value change in 9.0 breaks Apache::Session::Postgres