Hi.

Can anyone explain me this behavior?

testdb=# select E'\\' = E'\\';
 ?column?
----------
 t
(1 row)

testdb=# select E'\\' like E'\\';
 ?column?
----------
 f
(1 row)


Shouldnt the like operator do the same as the = if there occours no wildcards and stuff in the string?

--
Jesper

--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql

Reply via email to