回答編集履歴
1
補足
answer
CHANGED
@@ -8,5 +8,5 @@
|
|
8
8
|
from user_table
|
9
9
|
where user_code = 'U00001' and xxx_status = '0001'
|
10
10
|
;"`
|
11
|
-
if [ $result_count = 0 ]
|
11
|
+
if [ "$result_count" = 0 ]
|
12
12
|
```
|