Suppose that there are 1 billion records on a table,
then i execute mysql query in php, something like
"UPDATE `table` SET `Field`= 'value' WHERE `Gender`='Male'"
but during the execution, the system crashed (server or client)
is there a possibility that the
half of the records are updated and half aren't, or some problem like this.
then i execute mysql query in php, something like
"UPDATE `table` SET `Field`= 'value' WHERE `Gender`='Male'"
but during the execution, the system crashed (server or client)
is there a possibility that the
half of the records are updated and half aren't, or some problem like this.