Learn R Programming

rquery (version 0.5.0)

rq_get_query: Execute a get query, typcially a non-update that is supposed to return results.

Description

Execute a get query, typcially a non-update that is supposed to return results.

Usage

rq_get_query(db, q)

Arguments

db

database connection handle

q

character query

Value

nothing

See Also

db_td