rq_execute: Execute a query, typically an update that is not supposed to...

View source: R/db_ops.R

rq_executeR Documentation

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

Description

Execute a query, typically 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


rquery documentation built on Aug. 20, 2023, 9:06 a.m.