質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,4 +44,6 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
+
ご返信は夜になると思いますが、
|
48
|
+
|
47
49
|
宜しくお願いします。
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
回答は
|
14
|
+
|
13
15
|
constraint check_sarary CHECK(
|
14
16
|
|
15
17
|
case when sex = '2' then case when salary <= 200000
|
@@ -17,6 +19,8 @@
|
|
17
19
|
then 1 else 0 end
|
18
20
|
|
19
21
|
else 1 end = 1)
|
22
|
+
|
23
|
+
です。
|
20
24
|
|
21
25
|
|
22
26
|
|