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 по дате отправления: