ソースコード
update scores
set score = score + 5
from students
where scores.student_code = students.student_name;

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