Re: [PHP-DB] Adding in MySQL

2003-11-11 Thread John W. Holmes
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

[PHP-DB] Adding in MySQL

2003-11-11 Thread Dillon, John
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:/