Search Postgresql Archives

Re: Non-standard escape sequences from Crystal Reports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux