ソースコード
update population 
set district_name = '不明'
from (select district_code from population where district_name is null or district_name = '') t
where population.district_code = t.district_code
;
提出情報
提出日時2022/12/09 21:21:33
コンテスト第2回 SQLコンテスト
問題地区名の更新
受験者rise3812
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量82 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
79 MB
データパターン2
AC
82 MB