Thomas G. Lockhart wrote:
> > I understand the 'there is more than one operator' errors, but
> > what is so different between operators + and || ?
>
> ?? They are different operators, that's why. The "+" is addition, and
> the "||" is defined in SQL92 to be string concatenation.
I actually found this while trying to find out how characters in strings
are escaped
and if \0 is supported in them.
Is there some docs on escaping characters, and if not then where do you
think it should go in docs ?
Hannu