question re incrementing an integer field in a table. - Mailing list pgsql-novice

From richard terry
Subject question re incrementing an integer field in a table.
Date
Msg-id 201112162157.40818.rterry@internode.on.net
Whole thread Raw
Responses Re: question re incrementing an integer field in a table.
Re: question re incrementing an integer field in a table.
Re: question re incrementing an integer field in a table.
List pgsql-novice
Hope this question isn't too idiotic and makes sense.


Is there a simple way to increment the value of an integer field in a table in
sql  without reading the fields value  adding 1 and re-saving? (the field is not
a primary key or any other sort of foreign key)

regards

richard


pgsql-novice by date:

Previous
From: Jayadevan M
Date:
Subject: Re: Rounding result of expression in SELECT ..AS..
Next
From: Thom Brown
Date:
Subject: Re: question re incrementing an integer field in a table.