SQL Selecting multiple columns based on max value in one column

后端 未结 6 1666
天涯浪人
天涯浪人 2021-02-07 12:22

OK so I have looked theough the other solutions an no help. So here is what I am trying to do. I need to select the row with multiple columns where the value in one column is th

6条回答
  •  误落风尘
    2021-02-07 12:57

    you can refer to a similar problem on how to group things using partitioning and picking one per partition in mysql

    Deleting Rows: No Single Member Has More Than x Records

    this is something similar to doing rank over in Oracle. my previous post was for oracle. my bad..

提交回复
热议问题