Deprecated: Translates SQL from one dialect to another
This function has been deprecated. Use translate instead. This new function returns a
character vector instead of a list.
translateSql(sql = "", targetDialect, oracleTempSchema = NULL)
sql |
The SQL to be translated |
targetDialect |
The target dialect. Currently "oracle", "postgresql", "pdw", "impala", "netezza", "bigquery", and "redshift" are supported |
oracleTempSchema |
A schema that can be used to create temp tables in when using Oracle or Impala. |
A list containing the following elements:
The original parameterized SQL code
The translated SQL
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.