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

MYSQLリクエスト|日ごとのグループ

    試してみてください:

    select t1.* 
    from orders t1
    join (
        select max(close) as close
        from orders
        group by date(close)
    ) t2 on t1.close = t2.close
    

    実例: http://sqlfiddle.com/#!2/e799a/1 >



    1. PostgreSQLのバージョンを確認する方法

    2. イベントをスケジュールし、イベントを深夜に交差させる

    3. MySQLWorkbenchでデータベース図を作成する

    4. SQLデータベースにアラビア語を保存する