alter table t
add constraint c1 check (
case when a1 is null then a2 is null else a2 is not null)
add constraint c1 check (
case when a1 is null then a2 is null else a2 is not null)
'Programming' 카테고리의 다른 글
| Visual Studio 2017 오프라인 도움말 설치 방법 (0) | 2019.12.19 |
|---|---|
| Microsoft Visual Studio Express 버전별 등록 방법 정리 (0) | 2019.12.19 |
| Haskell은 별로다. (0) | 2019.10.19 |
| [Python] setup.py 를 이용하여 모듈 설치 (0) | 2019.08.08 |
| (Common Lisp) commas separating every three digits (0) | 2019.05.29 |