Create a sqlAppendTableAs()
and dbAppendTableAs()
API to INSERT using a query
#264
Labels
sqlAppendTableAs()
and dbAppendTableAs()
API to INSERT using a query
#264
Currently we have an implementation of the standard
DBI::sqlAppendTable()
andDBI::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.The text was updated successfully, but these errors were encountered: