Teradata/jaqy

Enhance .importtable so that it can import data into existing tables.

Closed this issue · 0 comments

The main benefit would be avoiding having to write INSERT INTO tableName VALUES (?, ?...) statement. When there are a lot of columns, it can be a dreadful experience. It would be simpler to let importtable to detect the number of columns to be imported and generate the INSERT statement accordingly.