rq_get_query {rquery} | R Documentation |
Execute a get query, typically a non-update that is supposed to return results.
Description
Execute a get query, typically 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
[Package rquery version 1.4.99 Index]