On Friday, January 4, 2019, Rob Sargent <[email protected]> wrote: > > CHECK(end_date is null or start_date <= end_date) >
The is null expression is redundant since check constraints pass when the result is unknown. David J.
On Friday, January 4, 2019, Rob Sargent <[email protected]> wrote: > > CHECK(end_date is null or start_date <= end_date) >
The is null expression is redundant since check constraints pass when the result is unknown. David J.