SELECT ProposalDate, DateDiff("wk", ProposalDate, getDate()) AS [Open Weeks] WHERE DateDiff("wk", ProposalDate, getDate()) = 2 FROM proposalsIs it not possible to put date diff in a where clause and if so, is there a workaround? Thanks
SELECT ProposalDate, DateDiff("wk", ProposalDate, getDate()) AS [Open Weeks] WHERE DateDiff("wk", ProposalDate, getDate()) = 2 FROM proposalsIs it not possible to put date diff in a where clause and if so, is there a workaround? Thanks
No one has followed this question yet.