Subject | Re: [ib-support] SQL Question |
---|---|
Author | R. Tulloch |
Post date | 2002-06-05T19:34:36Z |
Never mind this. It would exclude records from previous or next year
which fell within the
start-close window.
which fell within the
start-close window.
> There is another field I can use to further limit M2:
>
> JOIN MEMBERS M ON M2.ID = M.ID AND M2.YEARM2 = EXTRACT(YEAR FROM
> current_date) AS YYYY