Append text using Concat on an Update query - Mailing list pgsql-general

From d
Subject Append text using Concat on an Update query
Date
Msg-id 1170378223.497270.87910@v45g2000cwv.googlegroups.com
Whole thread Raw
Responses Re: Append text using Concat on an Update query  (David Fetter <david@fetter.org>)
List 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?


pgsql-general by date:

Previous
From: "Hiltibidal, Robert"
Date:
Subject: Re: Compilation Error AIX
Next
From: "Jim C."
Date:
Subject: Postgres SQL Syntax