Date Check Constraint
890667Sep 30 2011 — edited Oct 1 2011Can I please have some help with a check constraint.
The Table is called TITLE and the attribute is TI_RELDATE (a date). I am wanting to make sure that it is between 1930 and today's date.
Is it something like this:
CONSTRAINT TITLE_ck_TI_RELDATE CHECK (TI_RELDATE is between 1930 and GETDATE())
Canning