Update Mysql table using mym
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am connected to a database using mym. I want to update row based on conditions the sql for that would be
update dbname.dbtable
set Name = 'A'
where Age = 20
What is the easiest most elegant way to do that on MATLAB? I want to update table in a MATLAB script where some calculations are being done.
0 commentaires
Réponses (1)
Piyush Kumar
le 7 Oct 2024
Modifié(e) : Piyush Kumar
le 7 Oct 2024
To update a MySQL table using mym in MATLAB, ensure you have the mym package installed and properly configured.
Check the file exchange link to get details on installation. The same link provides examples for connecting and querying the database.
0 commentaires
Voir également
Catégories
En savoir plus sur Database Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!