Good afternoon, 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 already tried with float and gave the same error, what exactly would it be?