Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


sparklyr (version 1.7.4)

quote_sql_name: Translate input character vector or symbol to a SQL identifier

Description

Calls dbplyr::translate_sql_ on the input character vector or symbol to obtain the corresponding SQL identifier that is escaped and quoted properly

Usage

quote_sql_name(x, con = NULL)

Arguments