Learn R Programming

RSQL (version 0.2.2)

sql_execute_select: sql_execute_select

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

Author

ken4rab