sqlCreateTableAs {RPresto} | R Documentation |
Compose query to create a simple table using a statement
Description
Compose query to create a simple table using a statement
Usage
sqlCreateTableAs(con, name, sql, with = NULL, ...)
Arguments
con |
A database connection. |
name |
The table name, passed on to
|
sql |
a character string containing SQL statement. |
with |
An optional WITH clause for the CREATE TABLE statement. |
... |
Other arguments used by individual methods. |
[Package RPresto version 1.4.6 Index]