ソースコード
select
    pf_code as code,
    total_value as sales_amt
from
    convenience
where 
    survey_year = '2019' and kind_code = '100'
order by
    sales_amt desc, code asc
提出情報
提出日時2023/04/04 02:28:47
コンテスト第3回 SQLコンテスト
問題販売額一覧
受験者kanta_phi
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量76 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
75 MB
データパターン2
WA
76 MB