My query is about how to do an update to update several columns at the same time, work with java and mysql.
stat.executeUpdate("Update producto set Prod_nombre= '"+Nom+"' ,
Prod_precio="+pre+" , Prod_existencia="+exis+" , Prove_id= " +prove+"where
Prod_id="+cod);