sql_comment {pgTools} | R Documentation |
Add a single line SQL comment.
Description
Add a single line SQL comment.
Usage
sql_comment(x)
Arguments
x |
A string. |
Value
A string prefixed with "–".
Examples
sql_comment("Sample single line comment.")
[Package pgTools version 1.0.2 Index]