r-dbi/DBI

Use Volatile keyword for teradata connection

kieran-mace opened this issue · 1 comments

When using Teradata, one needs to use the VOLATILE keyword instead of TEMPORARY to create a temporary table. Would it be possible to specify that here?

"CREATE ", if (temporary) "TEMPORARY ", "TABLE ", table, " (\n",

Thanks. Which package do you use to connect to Teradata? How does your dbConnect() call look like?