squish_sql {queryparser} | R Documentation |
Replaces every unquoted run of whitespace characters with a
single space and removes all line comments (--
) and block comments
(/* */
). Whitespace and comment marks within quotes are not
modified.
squish_sql(x)
x |
a character string containing a SQL query or expression |
a character string containing the squished query or expression with comments removed