Dillon, John wrote:
Can I UPDATE an int record with MySql and add 1 to it? without extracting it
into a variable first? If so, what am I looking for in the www.mysql.com
manual. Seems it only deals with SELECT and WHERE.
Would have taken you two seconds to actually try this...
UPDATE Table SET c
Can I UPDATE an int record with MySql and add 1 to it? without extracting it
into a variable first? If so, what am I looking for in the www.mysql.com
manual. Seems it only deals with SELECT and WHERE.
Thanks,
John
http:/