laravel 5.7使用groupBy分組查詢時會提示一個錯誤,可是sql能夠執行。php
由於:mysql從5.7之後,默認開啓了嚴格模式。mysql
解決方法:將/config/database.php 中:關閉便可laravel