Estou com um problema que me parece ser simples para os conhecedores do MySQL, preciso alterar um valor em um campo para 41,1760 (redução fiscal) e estou colocando a seguinte linha:
update vendadet set reducaobase = 41,1760 where sittrib = 020 and numero = 'PP-00024172/12'
e esta me retornando o seguinte erro:
SQL execution error #1064. Response from the database:
You havean error in your SQL syntax; check the manual that correnponds to your MySQL server version for the right syntax to use near '1760 where sittrib =020 and numero = 'PP-00024172/12' at line 1
Pergunta
Marcelo França
Bom dia a todos desse forum
Estou com um problema que me parece ser simples para os conhecedores do MySQL, preciso alterar um valor em um campo para 41,1760 (redução fiscal) e estou colocando a seguinte linha:
update vendadet set reducaobase = 41,1760 where sittrib = 020 and numero = 'PP-00024172/12'
e esta me retornando o seguinte erro:
SQL execution error #1064. Response from the database:
You havean error in your SQL syntax; check the manual that correnponds to your MySQL server version for the right syntax to use near '1760 where sittrib =020 and numero = 'PP-00024172/12' at line 1
onde estou errando? obrigado.
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados