
February 6th, 2012, 08:38 AM
|
 |
Contributing User
|
|
Join Date: Jul 2003
Location: Uruguay
Posts: 338
  
Time spent in forums: 3 Days 5 h 55 m 48 sec
Reputation Power: 11
|
|
|
UPDATE IGNORE question
php function displays affected or not affected data (1,0).
This value is 1, if the row has been updated and 0 when it is not.
This could be because of
a) replacing and existing data are the same AND b) replacing data matches another existing unique key.
I want to get only those rows that have not been updated because of case b) in a MySql query UPDATE IGNORE...
|