I have encountered a problem while trying to setup a query using odbc connection. I'm trying to connect to a table where one of the columns is named "GROUP" and that column needs to be used in my WHERE clause. The problem is that odbc is recognizing the GROUP as function rather than a column name.. Any ideas on how I can get around this?
Thanks