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

複数の列でグループ化された行のグループから最大値の行を選択します(PSQL)

    select distinct on ("date", location_code, product_code, type)
        "date",
        location_code,
        product_code,
        quantity,
        type,
        updated_at
    from transactions t
    order by t."date", t.location_code, t.product_code, t.type, t.updated_at desc
    


    1. Laravel 4:雄弁な場所または雄弁な場所で複数

    2. MySQLの日付変換

    3. Laravel 5EloquentHasManyThrough-リンクの名前列

    4. テーブルの列の種類を変更する