ソースコード
update scores
set score = score + 5
from students
where scores.student_code = students.student_code
and scores.student_code in ('A00016', 'A00095');

update scores
set score = case when score > 100 then score = 100 end
提出情報
提出日時2024/06/26 16:01:37
コンテストSQLの教科書確認用コンテスト3
問題テーブル結合して更新
受験者imochandondoco
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量105 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
105 MB
データパターン2
WA
102 MB