回答編集履歴

1

ソースの修正

2016/05/17 09:11

投稿

tkturbo
tkturbo

スコア5572

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```sql
6
6
 
7
- select case when A is NULL then [日付部分] else '値がありません' end from table
7
+ select case when A is NULL then '値がありません' else [日付部分] end from table
8
8
 
9
9
 
10
10