Re: Calculated update

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Calculated update
Date: 2012-03-13 00:32:21
Message-ID: 4F5E9595.7090902@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gregorie 2012-03-13 00:38:04 Re: Matching on keyword or phrases within a field that is delimited with an "or" operator "|"
Previous Message Bret Stern 2012-03-13 00:28:53 Calculated update