ソースコード
select
    AGE as AGE,
    case
        when GENDER_CODE = '20' then "MALE"
        when GENDER_CODE = '30' then 'FEMALE' 
        end as GENDER,
    case
        when category_code = "10" then average_value
        when category_code = "20" then average_value
        end as H_AVG
    
from
    school_health
where
    survey_year = "2019"
提出情報
提出日時2023/08/21 11:35:13
コンテスト第8回 SQLコンテスト
問題身長と体重
受験者UT
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量103 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
103 MB
データパターン2
WA
100 MB