Learn R Programming

RSQL (version 0.1.3)

sql_execute_select: Executes a select on the database

Description

Executes a select on the database

Usage

sql_execute_select(sql_select, dbconn = NULL)

Arguments

sql_select

The delete SQL

dbconn

The Database Connection to run the query against