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

同じ行に出力がある場合のいくつかのケース

    select
        min(purchaseDate) filter (where fruitType = 'apple') as apple,
        min(purchaseDate) filter (where fruitType = 'orange') as orange,
        customer
    from fruitPurchases
    group by customer
    



    1. Oracle SQLが、ある結合ではあいまいさを不思議に解決し、他の結合では解決しないのはなぜですか。

    2. 2つの日付と2回の間のmySQLクエリ

    3. PL/SQLのコードカバレッジ

    4. Django-mailerデータベースを復元するときのMySQLエラー1118(行サイズが大きすぎます)