回答編集履歴

1

出力するフィールドを増やしました

2016/04/20 03:47

投稿

rysh
rysh

スコア874

test CHANGED
@@ -14,7 +14,11 @@
14
14
 
15
15
  END
16
16
 
17
- ,hoge
17
+ ,A.hoge
18
+
19
+ ,B.hoge
20
+
21
+ ,C.hoge
18
22
 
19
23
  from (select case when hoge is null then 0 else 1 end x, hoge from Hoge where char_length(hoge) = 4) A
20
24