powered by
Submits and executes an arbitrary SQL statement on the open *.rqda file.
RQDAQuery(sql)
a character vector of length 1 with the SQL statement.
The same of dbSendQuery, possible NULL (for the side effects of sql on the *.rqda file) or a data.frame with the output (if any) of the query.
dbSendQuery
It is a wrapped version of dbSendQuery, to make it more convenient to submit and execute a SQL statement.
See Also as dbSendQuery
# NOT RUN { RQDAQuery("select name from source where status=1") # }
Run the code above in your browser using DataLab