I'm trying to SELECT based on a date in OpenOffice Base:
SELECT *
FROM OrderTbl
WHERE OrdDate BETWEEN #1/1/2007# AND #1/31/2007#
I've tried a number of variations, but nothing is working. What is the correct syntax?
I'm trying to SELECT based on a date in OpenOffice Base:
SELECT *
FROM OrderTbl
WHERE OrdDate BETWEEN #1/1/2007# AND #1/31/2007#
I've tried a number of variations, but nothing is working. What is the correct syntax?