RE: [PHP-DB] adding to the current value

2005-09-29 Thread Bastien Koert
yes From: Justin Turner [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] adding to the current value Date: Thu, 29 Sep 2005 16:26:00 -0400 I would like to increment the current value of a field X without having to retrieve field X beforehand. Can I do this? Example: UPDATE

Re: [PHP-DB] adding to the current value

2005-09-29 Thread Justin Turner
How can I do this? Bastien Koert wrote: yes From: Justin Turner [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] adding to the current value Date: Thu, 29 Sep 2005 16:26:00 -0400 I would like to increment the current value of a field X without having to retrieve field X

RE: [PHP-DB] adding to the current value

2005-09-29 Thread Hutchins, Richard
this on your own and see what happens. More fun that way anyhow. Rich -Original Message- From: Justin Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 5:04 PM To: Bastien Koert Cc: php-db@lists.php.net Subject: Re: [PHP-DB] adding to the current value How can I do

Re: [PHP-DB] adding to the current value

2005-09-29 Thread Justin Turner
@lists.php.net Subject: Re: [PHP-DB] adding to the current value How can I do this? Bastien Koert wrote: yes From: Justin Turner [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] adding to the current value Date: Thu, 29 Sep 2005 16:26:00 -0400 I would like to increment