> 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.
- Tom
Next: From: Thomas G. Lockhart Date: 1998-03-18 06:56:13 Subject: Re: [HACKERS] standards question Previous: From: Thomas G. Lockhart Date: 1998-03-18 06:42:11 Subject: Re: [HACKERS] Regression test