Re: Calculated update - Mailing list pgsql-general

From Rob Sargent
Subject Re: Calculated update
Date
Msg-id 4F5E9595.7090902@gmail.com
Whole thread Raw
In response to Calculated update  (Bret Stern <bret_stern@machinemanagement.com>)
List pgsql-general
On 03/12/2012 06:28 PM, Bret Stern wrote:
> trying to update a varchar numeric string column
> by converting it to int, adding a numeric value and insert it back
> as a varchar
>
> Having trouble with cast
>
>
Possibly having trouble with two casts:  one from string to int, one
from int to string?  You sql would help.

pgsql-general by date:

Previous
From: Bret Stern
Date:
Subject: Calculated update
Next
From: Martin Gregorie
Date:
Subject: Re: Matching on keyword or phrases within a field that is delimited with an "or" operator "|"