Is there any way to set min and max values for date type using functions. For example, I need min value for date to be 2017-01-01 if id < 20. Else it should be 2018-01-01.
↧
Is there any way to set min and max values for date type using functions. For example, I need min value for date to be 2017-01-01 if id < 20. Else it should be 2018-01-01.