sql_execute_insert: Executes a statement on the database.

View source: R/sql-lib.R

sql_execute_insertR Documentation

Executes a statement on the database.

Description

Executes a statement on the database.

Usage

sql_execute_insert(sql_insert, dbconn)

Arguments

sql_insert

The SQL String

dbconn

The Database Connection to run the query against

Author(s)

ken4rab


RSQL documentation built on Aug. 19, 2023, 5:11 p.m.