Learn R Programming

rquery (version 0.5.0)

rq_execute: Execute a query, typcially an update that is not supposed to return results.

Description

Execute a query, typcially an update that is not supposed to return results.

Usage

rq_execute(db, q)

Arguments

db

database connection handle

q

character query

Value

nothing

See Also

db_td