Description Usage Arguments Examples
This function executes the query and returns query results
1 |
conn |
The connection to the database |
statement |
The SQL query statement |
... |
currently ignored |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
require(DBI)
conn <- dbConnect(DoordaHost(),
user='username',
password='password',
catalog='doordastats_snapshot',
schema='doordastats_snapshot')
table = dbQuery(conn, "SELECT * FROM table_name")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.