回答編集履歴

1

修正

2018/07/19 09:13

投稿

PineMatsu
PineMatsu

スコア3579

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  COUNT(flag = 0 or 1) as total,
10
10
 
11
- CAST(COUNT(flag = 1 or null) * 100) as real
11
+ CAST(COUNT(flag = 1 or null) * 100 as real)
12
12
 
13
13
  / CAST(COUNT(flag = 0 or 1) as real) as winning_p
14
14