RPresto icon indicating copy to clipboard operation
RPresto copied to clipboard

Create a `sqlAppendTableAs()` and `dbAppendTableAs()` API to INSERT using a query

Open jarodmeng opened this issue 1 year ago • 0 comments

Currently we have an implementation of the standard DBI::sqlAppendTable() and DBI::dbAppendTable() which takes the appended (inserted) rows from a data frame.

Presto allows INSERT INTO a table using a query as well, but there's no equivalent DBI APIs.

jarodmeng avatar Jan 26 '24 11:01 jarodmeng