//排序
select * from table where field_1 in ({$book_id}) order by field(field_1,{$book_id})
//不排序
select * from table where field_1 in ({$book_id}) ORDER BY INSTR(',{$book_id},',CONCAT(',',field_1,','))mysql where in 排序/不排序
最新推荐文章于 2024-02-14 18:50:05 发布

4167

被折叠的 条评论
为什么被折叠?



