Posts by William Barreto • 1 point
1 post
-
0
votes1
answer4475
viewsQ: Mysql error : #1265 - Truncated data for 'value' column in row 1
Good afternoon, you guys. I gave the following command in Mysql: UPDATE procedimentos SET valor = '2.400.00' WHERE procedimentos.id_proced = 1 the value field is a double, I’ve tried with float and…