Learn R Programming

RSQL (version 0.2.2)

sql_execute_update: Executes an update on the database

Description

Executes an update on the database

Usage

sql_execute_update(sql_update, dbconn = NULL)

Arguments

sql_update

The update SQL

dbconn

The Database Connection to run the query against

Author

ken4rab