Re: change the last bit

From: mike g <mike(at)thegodshalls(dot)com>
To: homecurr(at)yahoo(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: change the last bit
Date: 2004-07-17 04:28:24
Message-ID: 1090038504.14010.28.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What do you want to change it to?

Another number? Use something like Update table set field = field + 1

I assume you are going to store the result in the same table column?

On Mon, 2004-07-12 at 13:07, homecurr(at)yahoo(dot)com wrote:
> I have a int4 coloumn, and I want to change the last bit the the
> number in this column to 0. How can I do it?
>
> Thanks,
>
> John
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mike g 2004-07-17 04:29:15 Re: Postgress latest Windows Version
Previous Message mike g 2004-07-17 04:07:00 Re: Insert images through ASP