皆さんが元気でありますように 私はこのような問題を抱えています。生徒のクラスが試験を受けました。ここで、最も高い評価を得ている上位 3 位の保持者を選びたいと思います。現在の状況は.. 2 人の学生が 100 点を取得し、1 人が 99 点を取得し、1 人が 98 点を取得している場合、上位 3 位に 4 人の学生がいます。
Student1 = 100 marks at first position
Student2 = 100 marks at first position
Student3 = 99 marks at second position
Student4 = 98 marks at thirs position
最初の 3 つの位置でこれら 4 人の学生を取得する方法
Student1 = 100 marks (who is at first position)
Student2 = 100 marks (who is at first position)
Student3 = 99 marks (who is at second position)
while the student4 = 98 at third poistion is missing.
これらすべての学生を選択するための適切なクエリを教えてくれる人はいますか? ありがとう