generate_sql API endpoint #1789
-
Hi, For the same question, in the UI there is an option to view the original query which can be executed in mysql workbench and it works. Is there a way to tell the API to optionally return the original sql? The reason is, I would like to make use of a sql execution tool given a valid SQL. Currently, the SQL generated by the API endpoint is not friendly with mysql with the double quotes and aliases. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the documentation
I put his flag in the generate_sql endpoint and it returned the mysql version correctly. |
Beta Was this translation helpful? Give feedback.
In the documentation
I put his flag in the generate_sql endpoint and it returned the mysql version correctly.