Simplemente agregue parámetros, separados por comas:
UPDATE tablename SET column1 = "value1", column2 = "value2" ....
Consulte también:manual de mySQL sobre ACTUALIZAR
Simplemente agregue parámetros, separados por comas:
UPDATE tablename SET column1 = "value1", column2 = "value2" ....
Consulte también:manual de mySQL sobre ACTUALIZAR