質問編集履歴
2
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
WHERE commentedBy = ${userId}
|
68
68
|
|
69
|
-
GROUP BY questionId
|
69
|
+
GROUP BY questionId
|
70
70
|
|
71
71
|
) AS ids
|
72
72
|
|
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
) AS ids
|
72
72
|
|
73
|
-
ON question.questionId = ids.questionId
|
73
|
+
ON question.questionId = ids.questionId
|
74
74
|
|
75
75
|
ORDER BY ids.latest
|
76
76
|
|