i need to insert data from table to another table but group by product name in laravel

后端 未结 0 552
你的背包
你的背包 2020-12-29 16:05
$products = product::select([
                         DB::raw(\'product_no as number\'),
                         DB::raw(\'product_name as name\'),
                        


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题