How could I add a Check-costraint for Date type in PostgreSQL?
For example,
CHECK 'DateXYZ>01/02/98'
A typecast is needed?
How could I add a Check-costraint for Date type in PostgreSQL?
For example,
CHECK 'DateXYZ>01/02/98'
A typecast is needed?