database_write
Writes a matrix or a table to the database as a database table. If the table exists,the table will be overwritten
Arguments
- String database file
- String table name
- Numeric matrix or table
Output
Input value if function succeed or undefined
Examples