I've been searching the web and asked around, but can't seem to find an answer to my problem...
I have a running ODBC connection with my FrontBase database in OpenOffice Base. I manage to select everything I want, but when I only want to show the records between certain dates, or even one date I keep on getting a Semantic Error.
Here's my query:
SELECT * FROM "SALES" WHERE "DATE" = '2014-04-01'
Just in case you suggest using #
for the date, it doesn't work either
DATE '2014-04-01'
is also unsuccessful :(
Anyone have any ideas?