nearly ...

UPDATE table
SET field = (field + 1)
WHERE foobar

> Is there a way to increment a value in SQL server with one database call -
> sort of like
> UPDATE mytable
> SET foofield = foofield++
> WHERE fooid = 2
> ?
>


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to