[mysql5]problème truncated incorrect double value xx
Bonjour à tous.
Voila j'ai un problème au niveau de ma base mySQL.
lorsque j'éssaye d'éxecuter une requete d'update ou d'insert, mysql me renvoi l'erreur suivant.
Code:
1 2
|
Truncated incorrect DOUBLE value: 'mimi' |
Voici la requete en question :
Code:
1 2 3 4 5 6
|
update horodate set abrevformation = 'mimi' and nomfamille = "rr" and prenom = "ee"
and matinHAR = fct_matinhar(2546,'2006-11-10') and matinhfr = fct_matinhfr(2546,'2006-11-10')
and apmidihar = fct_apmidihar(2546,'2006-11-10') and apmidihfr = fct_apmidihfr(2546,'2006-11-10')
and totaljour = fct_tempstotal(2546,'2006-11-10') where noEtudiant = 2546 and datePointage = '2006-11-10'; |
Voila pourriez vous m'aider svp, cela pourrait-il provenir des fonctions ou de Mysql lui meme.
Merci