BobLoblaws
Programmer
Is there a built-in date function that does the following?
Basically, I want something that can return all dates that are not in a table.
Example.
SELECT AllDates() FROM tbl_Work
WHERE AllDates() <> WorkDate AND
AllDates() BETWEEN '01-01-2002' AND '12-31-2002'
Basically, I want something that can return all dates that are not in a table.
Example.
SELECT AllDates() FROM tbl_Work
WHERE AllDates() <> WorkDate AND
AllDates() BETWEEN '01-01-2002' AND '12-31-2002'