sql_comment: Add a single line SQL comment.

View source: R/pgTools.R

sql_commentR 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.")

pgTools documentation built on March 31, 2023, 7:56 p.m.

Related to sql_comment in pgTools...