Append text using Concat on an Update query

From: "d" <datenisis(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Append text using Concat on an Update query
Date: 2007-02-02 01:03:43
Message-ID: 1170378223.497270.87910@v45g2000cwv.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm trying to append new text on a field using the concat function.

On the Set statement I use something like this:

Set Field = Concat(Field,'ABC')

And when I check the results 'ABC' wasn't appended to <Field>. What
should I do to make it append?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-02-02 01:36:13 Re: Problem with Online-Backup
Previous Message Jim C. 2007-02-02 01:02:50 Postgres SQL Syntax