ソースコード
UPDATE total_scores
SET ranking = sub.ranking
(SELECT RANK() OVER(ORDER BY total_score DESC) as ranking, student_code
FROM total_scores sub.student_code )
where student_code = sub.student_code
提出情報
提出日時2024/06/04 01:04:04
コンテストSQLの教科書確認用コンテスト4
問題分析関数の結果で更新1
受験者rascal
状態 (詳細)RE
(Runtime Error: 実行時エラー)
メモリ使用量87 MB
メッセージ
SQLITE_ERROR: near "(": syntax error
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
RE
87 MB
データパターン2
RE
85 MB