User`s guide
7 Functions — Alphabetical List
7-138
Database table column names, specified as a cell array of one or more strings to denote
the columns in the existing database table tablename.
Example: {'col1','col2','col3'}
Data Types: cell
data — Insert data
numeric matrix | cell array | table | dataset | structure
Insert data, specified as a numeric matrix, cell array, table, dataset array, or structure,
that contains all data for insertion into the existing database table tablename. If data
is a structure, field names in the structure must match colnames. If data is a table or a
dataset array, the variable names in the table or dataset array must match colnames.
Data Types: double | cell | table | struct
More About
• “Inserting Data Using the fastinsert Function” on page 6-68
• “Connecting to a Database Using the Native ODBC Interface”
• “Getting Started with Visual Query Builder” on page 5-2
See Also
close | commit | database | exec | get | insert | logical | querybuilder |
rollback | set | update