摘要: select * from product where id in (3,4,8,5,1,6,2,7) 并不会按查询的id顺序返回数据,添加order by field就可以解决,如select * from product where id in (3,4,8,5,1,6,2,7) order b 阅读全文
posted @ 2021-07-12 14:29 好运先生 阅读(373) 评论(0) 推荐(0)