ソースコード
update total_scores 
set passed = A.ave < total_score
from (select avg(total_score) as ave from total_scores) as A;
select * from total_scores;
提出情報
提出日時2024/05/15 21:53:03
コンテストSQLの教科書確認用コンテスト4
問題副問合せの結果で絞り込み1
受験者teyomega328p
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量86 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
85 MB
データパターン2
AC
86 MB