コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
update total_scores
set
passed = TRUE
where
total_score >= (select avg(total_score) from total_scores group by student_code);
update total_scores
set
passed = FALSE
where
total_score < (select avg(total_score) from total_scores group by student_code);
select
*
from
total_scores
提出情報
提出日時 | 2024/08/06 13:09:40 |
コンテスト | SQLの教科書確認用コンテスト4 |
問題 | 副問合せの結果で絞り込み1 |
受験者 | k_kishida |
状態 (詳細) | WA (Wrong Answer: 誤答) |
メモリ使用量 | 89 MB |
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
89 MB
データパターン2
WA
88 MB