关于SQL的快速问题如何进行检查,例如:
Alter Table Invoices WITH NOCHECK
ADD CHECK
Run Code Online (Sandbox Code Playgroud)
现在这是我要添加一个检查的部分,以便column PaymentDate can be null if another column Payment Total is equal to 0和also that PaymentDate is not null if Payment Total is greater than 0.