R3.0 不兼容TeradataR
并且没有计划更新包或发布源代码。
有没有人有显示如何将数据帧写入新的或现有的 Teradata 表的代码片段?
sql <- "CREATE TABLE teradata.aaa (yr BIGINT, ct BIGINT, tax BIGINT)"
tbl <- sqlQuery(ch, sql) # Creates a table, works
# What syntax to insert a dataframe 'myData' into this table?