[SQLObject] Swapping values in a unique column
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Mark <mar...@gm...> - 2010-07-06 20:09:02
|
I have a unique column, and need two rows to swap their values. Is there a way to make the 2 updates at the same time or do I have to update one of them to an unused value in the DB then make the swap? |