You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.