回答編集履歴
1
推敲
test
CHANGED
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
left join test_table tst
|
86
86
|
|
87
|
-
on msr.scale @> tst.idx_date
|
87
|
+
on msr.scale @> tst.idx_date
|
88
88
|
|
89
89
|
) step1
|
90
90
|
|