On 17 Mar 98 at 9:56, sferac(at)bo(dot)nettuno(dot)it wrote:
> This sentence doesn't work on MySQL too, take a look:
>
> mysql> select 'abc' || 'def';
> 1 row in set (0.00 sec)
> +----------------+
> | 'abc' || 'def' |
> +----------------+
> | 0 |
> +----------------+
> The result should be 'abcdef' not 0 !!
And that's why it's printed on the crash-me page that it gives an
error (wrong output).
Greetz..
Luuk.
|-----------------------------------------------------------------------|
| Luuk de Boer -> <luuk(at)pi(dot)net> |
| When you want to go fast ..... |
| Drive a cobra on the road and take a T3 line for internet ...... :-) |
| http://www.luuk.com/ -> The AC Cobra site |
|-----------------------------------------------------------------------|
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 1998-03-18 01:13:58 |
| Subject: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page |
| Previous: | From: Dwayne Bailey | Date: 1998-03-17 22:15:16 |
| Subject: Re: [PATCHES] Fixes for initdb on DEC Alpha |