Does anyone know the syntax for date fields on the where clause?
I am trying to query this:
"SELECT Top 10* FROM Customer where > '2008-12-22'"
but it is giving me the following error:
ERROR [S0000] [QODBCPOS] Invalid operand for operator: >
Thank you.