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

質問編集履歴

1

書式間違い修正

2019/02/17 02:36

投稿

tajihiro
tajihiro

スコア14

title CHANGED
File without changes
body CHANGED
@@ -24,10 +24,14 @@
24
24
  ※但し、日付の枠は3日間で固定です。
25
25
  ```SQL
26
26
  case
27
- when '日付' = '2019-02-14' then 出勤 end as day1
27
+ when '日付' = '2019-02-14' then 出勤
28
+ end as day1,
29
+ case
28
- when '日付' = '2019-02-15' then 出勤 end as day2
30
+ when '日付' = '2019-02-15' then 出勤
31
+ end as day2,
32
+ case
29
- when '日付' = '2019-02-16' then 出勤 end as day3
33
+ when '日付' = '2019-02-16' then 出勤
30
- end
34
+ end as day3
31
35
  ```
32
36
 
33
37
  可能でしたら、ご教授願います。