laravel 查询文章表每个类别下的最新n条数据?

如题,不知有没有好的解决方案?

慕无忌1623718
浏览 854回答 3
3回答

牛魔王的故事

需要一个类别, 一个类别的查. 没什么好办法一次查询.

拉丁的传说

select a.* from title a, (select group_concat(tid order by tid desc) gtid from title group by type) b where find_in_set(a.tid,b.gtid) between 1 and n order by type,tid desc;
打开App,查看更多内容
随时随地看视频慕课网APP