1
I need a query that modifies several values at the same time That’s kind of the idea
"INSERT INTO registros(Envio) VALUES('1') where Aviso = '" + DdataAtual.Year + "-" + DdataAtual.Month + "-" + DdataAtual.Day + "' "
The query is a little strange because it is in the connection between C# and Mysql. How can I do that ? I need to modify all values that have a certain date, helps ?
Yuri, I updated my answer with a solution to pass the parameter more securely and more organized, if you want to test.
– Maicon Carraro