Utilisez UPDATE IGNORE
:
update IGNORE bccontacts
set mobile_no='919727048248'
where mobile_no=09727048248
Plus d'informations ici :http://dev.mysql.com/doc /refman/5.0/en/update.html
Utilisez UPDATE IGNORE
:
update IGNORE bccontacts
set mobile_no='919727048248'
where mobile_no=09727048248
Plus d'informations ici :http://dev.mysql.com/doc /refman/5.0/en/update.html
Similitudes et différences entre les fonctions RANK, DENSE_RANK et ROW_NUMBER
Beaux blocs de passe-partout
Migration de Maxscale vers l'équilibreur de charge ProxySQL
Comment ajouter une colonne d'identité à la table par TSQL et l'interface graphique dans SQL Server - Tutoriel SQL Server / T-SQL Partie 40