Mysql內鏈接(inner join)

select * from question_base where type = 1 and typeId = ? order by sort asc select c.* from question_content c INNER JOIN question_base b on c.questionId = b.id and b.typeId = ? order by c.questionId
相關文章
相關標籤/搜索