How do I parse query result inside variable Laravel Eloquent

前端 未结 0 921
逝去的感伤
逝去的感伤 2020-12-13 05:33

I\'m trying to get the result of this query:

$results = DB::connection(\'mysql2\')->table(\'tick1\')->select(\'*\')
    ->where([[\'code\', $code], [         


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