dbAppendTable: Append a table into db and check the column name
Description
Append a table into db and check the column name
Usage
dbAppendTable(con, table, data)
Arguments
- con
A connection object as produced by dbConnect
- table
The target table name
- data
A data frame to write into table