ソースコード
with t0 as 
(
    select 
        DISTRICT_CODE, 
        case when DISTRICT_NAME is NULL or district_code='' then '不明' else district_code end as DISTRICT_NAME, 
        TOTAL_AMT, MALE_AMT, FEMALE_AMT
        from population
)
select * from t0
提出情報
提出日時2022/09/22 00:41:05
コンテスト第2回 SQLコンテスト
問題地区名の更新
受験者otooo
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量96 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
94 MB
データパターン2
WA
96 MB