You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know if it's possible to change the default escape character when building a query.
I'm currently working on a php application that allows copying data sets from a Teradata system to the local MySQL environment and the other way around.
I use this lib to build the CREATE TABLE statements among others.
The problem is that Teradata does not support backticks as escape character. Is there any way to change the used character to double quote for example?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I'd like to know if it's possible to change the default escape character when building a query.
I'm currently working on a php application that allows copying data sets from a Teradata system to the local MySQL environment and the other way around.
I use this lib to build the
CREATE TABLE
statements among others.The problem is that Teradata does not support backticks as escape character. Is there any way to change the used character to double quote for example?
Thanks
The text was updated successfully, but these errors were encountered: