ソースコード
update scores
set score  
case when score + 5 <= 100
THEN  score + 5
else 100
end

from students
where scores.student_code = students.student_code
and scores.student_code = ('A00016' or 'A00095')
提出情報
提出日時2024/05/28 15:03:27
コンテストSQLの教科書確認用コンテスト3
問題テーブル結合して更新
受験者omk11
状態 (詳細)RE
(Runtime Error: 実行時エラー)
メモリ使用量84 MB
メッセージ
SQLITE_ERROR: near "case": syntax error
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
RE
84 MB
データパターン2
RE
84 MB