How use domain constraint in sql server new version because when write query with domain key word then show error on domain key word.Because i think my sql server version is 2019.
Asked
Active
Viewed 16 times
0
-
Show your code and explain what you are trying to do? – Gordon Linoff Jun 16 '20 at 10:34
-
Create domain name As char (1) check (value in ('F', 'M')); – Muhammad khawaja Jun 16 '20 at 11:32