Re: || operator

From: Vinayak <vinpokale(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: || operator
Date: 2014-09-04 04:27:23
Message-ID: 1409804843665-5817674.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Pavel,

Thank you for reply.
>postgres=# select 'abc '::char(7) || 'dbe '::char(6);
> ?column?
>----------------
> *abc abc*
>(1 row)
but it gives the result "abc abc". It should be "abc dbe".

-----
Regards,
Vinayak,

--
View this message in context: http://postgresql.1045698.n5.nabble.com/operator-tp5817541p5817674.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2014-09-04 04:31:04 Re: GiST index question
Previous Message Mike Christensen 2014-09-04 00:46:28 Any Postgres experts not afraid of the camera?