This function has been deprecated. Use translate
instead. This new function returns a
character vector instead of a list.
translateSql(sql = "", targetDialect, oracleTempSchema = NULL)
A list containing the following elements:
The original parameterized SQL code
The translated SQL
The SQL to be translated
The target dialect. Currently "oracle", "postgresql", "pdw", "impala", "netezza", "bigquery", "snowflake", "synapse", "spark", "redshift", and "iris" are supported
A schema that can be used to create temp tables in when using Oracle or Impala.