もっと見る
select * from questionTB LEFT JOIN answerTB ON questionTB.question_id = answerTB.question_id WHERE question_cate=3 AND questionTB.question_limit <= NOW( ) AND answerTB.answer_id IS NOT NULL GROUP BY questionTB.question_id order by questionTB.question_id desc
10
2