qq_美味的河豚_0
2017-03-17 09:41
为什么chunk报错:RuntimeException in Builder.php line 1926: You must specify an orderBy clause when using this function.
怎么加入orderBy的可以发一下代码吗?
SoYoun...
DB::table('student') ->orderBy('id') ->chunk(2, function($students){ var_dump($students); });
2018-09-10 15:16:35
共 1 条回复 >
加了orderBy解决了,谢谢
慕仙9073...
怎么加呀,
2021-09-07 18:16:32
轻松学会Laravel-基础篇
64153 学习 · 281 问题
相似问题
回答 1