Verwenden Sie UPDATE IGNORE :
update IGNORE bccontacts
set mobile_no='919727048248'
where mobile_no=09727048248
Weitere Informationen hier:https://dev.mysql.com/doc /refman/5.0/en/update.html
Verwenden Sie UPDATE IGNORE :
update IGNORE bccontacts
set mobile_no='919727048248'
where mobile_no=09727048248
Weitere Informationen hier:https://dev.mysql.com/doc /refman/5.0/en/update.html