ソースコード
update scores
set score = case when score > 95 then 100 
else score + 5  
from students
where score.student_code = students.student_code
	and students.student_name in ('佐藤 幸平','山田 康介')
提出情報
提出日時2024/07/30 13:55:03
コンテストSQLの教科書確認用コンテスト3
問題テーブル結合して更新
受験者mae
状態 (詳細)RE
(Runtime Error: 実行時エラー)
メモリ使用量104 MB
メッセージ
SQLITE_ERROR: near "from": syntax error
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
RE
104 MB
データパターン2
RE
101 MB