Why sqlwrite not uploading all columns of the Matlab table to database?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to upload a table to postgresql database. I have attached the table. I am using
sqlwrite(conn,tablename,data);
But when I upload it on the database and fetch it to Matlab workspace it shows only 4 columns instead of 10. I have attached the databasetable for your review. Can anyone help me to solve this?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Database Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!