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.
>
>
Yes I know that, but why are they so different that I can have
ARG1 op ARG2 op ARG3
with + but not with ||
Hannu
In response to
pgsql-hackers by date
| Next: | From: Peter T Mount | Date: 1998-03-18 07:37:44 |
| Subject: Re: [DOCS] Re: [HACKERS] Small changes for the "no excuses" release |
| Previous: | From: Hannu Krosing | Date: 1998-03-18 06:58:21 |
| Subject: Re: [HACKERS] Re: Multi field hash indexes |