I need a query that modifies multiple values at the same time The idea is more or less this
"INSERT INTO registros(Envio) VALUES('1') where Aviso = '" + DdataAtual.Year + "-" + DdataAtual.Month + "-" + DdataAtual.Day + "' "
The query is kind of strange because it is in the connection between C # and MySql. How can I do this ? Do I need to change all values that have a certain date, help?