0
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 made the same mistake, which would be exactly ?
I believe the problem is formatting; I don’t know how your database is but I think I should use
2.400,00
or2,400.00
– rLinhares
I tried as I said, but kept returning the same mistake!
– William Barreto