--- Ezequias Rodrigues da Rocha <[EMAIL PROTECTED]> wrote:

> Thank you but I must inc an specific row. How to do that ?
> 

Does,

UPDATE your_table
SET your_row = your_row +1
WHERE your_pkey = <some value>;

not do what you need?

Regards,

Richard Broersma Jr.


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to