ソースコード
update total_scores
   set ranking=( select RANK() OVER(ORDER BY total_score DESC) as RANK 
                   from total_scores t1
                   where t1.test_code=total_scores.test_code
                     and t1.student_code=total_scores.student_code
                )
提出情報
提出日時2024/07/18 09:17:36
コンテストSQLの教科書確認用コンテスト4
問題分析関数の結果で更新1
受験者yamada_hi_roky
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量90 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
85 MB
データパターン2
WA
90 MB