sql >> データベース >  >> RDS >> Mysql

Laravelのピボットテーブルcreated_atで注文する

    学生からコースを取得します:

    $student = Student::where('user_id', auth()->id())->first();
    $courses = $student->courses()->orderByDesc('course_student.created_at')->get();
    



    1. LaravelEloquentはmaxcreated_atですべての行を選択します

    2. pg-promiseでのクエリタイムアウト

    3. 各行の列値に基づいて行を繰り返す

    4. 変数フィールドでのMySQLの大文字と小文字を区別しない検索?