Gerhard Dieringer <[EMAIL PROTECTED]> writes:
> Inconsistent results when calling '+' operator with text arguemts

I suspect you are looking for the '||' operator, which is the SQL-standard
spelling of concatenation.  '+' ends up invoking the one-byte-"char"
datatype's addition operator.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to