Skip to content

Tag: sql

Constraints using If structure

I got a data table and require some custom constraints. The data table is as following: ID int Val_1 int Val_2 int Val_3 int What i need is the following: If (Val_1 == A) { Val_2 cant be …