Getting specific column from sql database using raw query in laravel

前端 未结 0 1218
灰色年华
灰色年华 2020-12-06 23:33

I have this raw query that extracts data from the database table in laravel

 $username = DB::table(\'hotspot_users\')
 ->select(\'userName\')  
 ->where         


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