Commit 48cd000a by Kim Gyeongeun

#63855 【市川市】eモニ アンケート結果画面の並びについて

parent e116a1ff
...@@ -23,4 +23,4 @@ SELECT R.member_id ...@@ -23,4 +23,4 @@ SELECT R.member_id
WHERE Q.enquete_id = /*enquete_id*/ AND R.enquete_id = /*enquete_id*/ and R.member_id between /*minMemberId*/ and /*maxMemberId*/ WHERE Q.enquete_id = /*enquete_id*/ AND R.enquete_id = /*enquete_id*/ and R.member_id between /*minMemberId*/ and /*maxMemberId*/
and R.member_id is not null and R.member_id is not null
ORDER BY R.member_id,Q.question_no,A.answer_id ORDER BY R.member_id,Q.question_no,A.answer_no
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment