Learn R Programming

RSQL (version 0.1.3)

sql_execute_insert: Executes a statement on the database.

Description

Executes a statement on the database.

Usage

sql_execute_insert(sql_insert, dbconn = NULL)

Arguments

sql_insert

The SQL String

dbconn

The Database Connection to run the query against