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.