syntax error at or near "\" at end of the query
I'm trying to use vertica with Golang over ODBC. I can connect OK and am getting an error of "Syntax error at or near "\" at character 31" for the query "select * from public.value_ref" - character 31 would be after the last letter of the table. No variations to the query have resolved error. This does work through JDBC and isql over ODBC with this same DSN.
0
Comments