RE: Which is more ideal for updating each row at a time in a MySQL database?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CORRECTION: 

Before update:

a   b
--  --
20   0
15   0
10   0
 5   0
 0   0
-5   0

After update:

a   b
--  --
19   1
14   1
 9   1
 4   1
 0   0
-5   0


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux