回答編集履歴

1

調整

2019/08/26 02:46

投稿

yambejp
yambejp

スコア114839

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  where created_at between t1.created_at - interval 6 day and t1.created_at) as sales 1week
16
16
 
17
- from sales
17
+ from sales as t1 /*エイリアス付加*/
18
18
 
19
19
  ```
20
20