sql >> Database teknologi >  >> RDS >> Mysql

Sådan konverteres mySQL Query til Laravel 5.4 Query Builder

DB::table('feeds')
    ->selectRaw('*, count(comments.comment_id) as comment_count')
    ->join('users', 'users.id', '=', 'feeds.user_id')
    ->join('comments', 'feeds.id', '=', 'comments.comment_feed_id')
    ->groupBy('comments.comment_feed_id')
    ->get();


  1. Installer WordPress med Nginx, MariaDB 10 og PHP 7 på Debian 9

  2. Hent id for hver INSERT-sætning i multi-forespørgsel

  3. Indsættelse af blob-data i Java ved hjælp af PreparedStatement

  4. T_BOOLEAN_AND fejl?