setup data type in Matlab to export in SQL
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
yogan Sganzerla
am 4 Jun. 2021
Beantwortet: Vimal Rathod
am 13 Jun. 2021
Dear,
I hava a table in MATLAB that I would like to save in SQL.
In SQL the columns must have an specific type of variable, for example: the first column is "id" and it must be bigint(20).
how to set up in MATLAB my first column as bigint(20) to match with SQL table?
I tried something like int64 but the output you can see below and it is not the same:
0 Kommentare
Akzeptierte Antwort
Vimal Rathod
am 13 Jun. 2021
Hi,
You could refer to the following link for an example on specifing data type before insertion into table and there are other examples as well in that page on creating table from matlab to sql.
0 Kommentare
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!