update question

From: Matthew Peter <survivedsushi(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: update question
Date: 2005-12-05 22:59:35
Message-ID: 20051205225936.46340.qmail@web35212.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I need a throw away value for an insert statement... example...

update table
set value = 1, value = 2, throw_away_value -- so i don't break the query
where id = 1;

Thanks


---------------------------------
Yahoo! Personals
Let fate take it's course directly to your email.
See who's waiting for you Yahoo! Personals

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jaime Casanova 2005-12-05 23:08:42 Re: update question
Previous Message Lane Van Ingen 2005-12-05 22:37:00 Re: Database with "override" tables