Closed JockLawrie closed 4 years ago
Hmmmm, something funny is going on. identifier
in SQL is usually a single entity name: column, table, database, etc. So the fact that it's saying the select EventId...
is all one identifier makes me wonder if you have double quotes around that whole string? Maybe there's some inadvertent quote interpolation going on? Can you double check your query to make sure you don't have misplaced double quotes?
Please comment/reopen if it's still an issue.
Hi there,
I am extracting data from a SQL Server instance. I'm running Julia 1.4.0 on Windows 10 with ODBC.jl v0.8.1. The error is below. I have been running this query without issue on another machine, which I no longer have access to. Other than breaking the query up into pieces, is there something else I can do?