I'm wondering how significant the performance differences between:
mysql_query("update table set col1='val1' where whatever='whatever'");
and
mysql_query("update table set col1='val1',col2='val2',col3='val3'...
where whatever='whatever'");
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DB] Performance for how many columns to update? Leif K-Brooks
- Re: [PHP-DB] Performance for how many columns to update... Peter Beckman
- Re: [PHP-DB] Performance for how many columns to up... Leif K-Brooks
- Re: [PHP-DB] Performance for how many columns t... Peter Beckman