Rdocumentation
powered by
Learn R Programming
sqlutils (version 1.2)
getSQLRaw: Returns the SQL from the file without the parameters replaced.
Description
Returns the SQL from the file without the parameters replaced.
Usage
getSQLRaw(query)
Arguments
query
the query name.
Value
the unedited SQL statement.