Hi,
I am trying to do a simple SELECT-FROM-WHERE query of an Excel file.
The problem seems that in the WHERE condition I am using a reserved keyword. My query is this one:

As you can see, the "Zone" word seems reserved but that is the name of the column I want to filter.
When I run the query I am getting this error: Error in SQL statement Data type mismatch in criteria expression.
Thank you.