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