ソースコード
select
    con.survey_year,
    consale.pf_code,
    con.total_value
from
    CONVENIENCE as con
inner join 
    CONVENI_SALE_2018 as consale on con.total_value = consale.total_value
where
    con.kind_code = 100
    and
    con.total_value IS NOT NULL
;
提出情報
提出日時2024/12/14 15:41:27
コンテスト第3回 SQLコンテスト
問題販売額のデータ移行
受験者xjo
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量86 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
86 MB