ソースコード
select 
district_code
, case when district_name is null or district_name = '' then '不明' else district_name end as district_name
, total_amt
, male_amt
, female_amt
from population
;
提出情報
提出日時2022/12/09 21:17:08
コンテスト第2回 SQLコンテスト
問題地区名の更新
受験者rise3812
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量81 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
78 MB
データパターン2
WA
81 MB