質問するログイン新規登録

回答編集履歴

1

補足

2022/04/18 09:10

投稿

otn
otn

スコア86417

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
  ```