transpile_sql
Convert SQL statements between different dialects. Enter your SQL, specify source and target dialects, and receive the transpiled query.
Instructions
Transpile SQL statement to another dialect
Args:
sql: SQL statement to transpile
read_dialect: SQL dialect to read from
write_dialect: SQL dialect to write to
Returns:
transpiled SQL or syntax error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| read_dialect | Yes | ||
| write_dialect | Yes |