sqlizeNames: Convert a column name into a SQL compatible name.

View source: R/sql_helpers.R

sqlizeNamesR Documentation

Convert a column name into a SQL compatible name.

Description

Convert a column name into a SQL compatible name.

Usage

sqlizeNames(x, dialect = "T-SQL")

Arguments

x

A string, a column name.

dialect

A string, "T-SQL" or "Postgresql".

Value

A string, a SQL compatible column name.

Examples

sqlizeNames("column 100 - sample b")

sqlHelpers documentation built on Oct. 15, 2023, 1:07 a.m.