CHECK Constraint to Check Date column is Monday or not
1001979Apr 9 2013 — edited Apr 9 2013Hi,
I have already one table with unique constraint with column START_DATE, END_DATE etc. Now I need to add CHECK constraint to START_DATE and END_DATE columns. CHECK should contains inserting value should be Monday only for START_DATE and Sunday only for END_DATE.
Please provide me ALTER statement or any function which can handle this scenario.
Thanks.....