ソースコード
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
;
提出情報
提出日時2022/10/20 09:18:06
コンテスト第3回 SQLコンテスト
問題販売額一覧
受験者hattsuriboy
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量92 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
91 MB
データパターン2
WA
92 MB