ソースコード
select
    pf_code as CODE
    , total_value as SALES_AMT
from convenience
where survey_year = 2019
    and kind_code = '100'
order by total_value desc, code
;
提出情報
提出日時2023/04/15 16:16:51
コンテスト第3回 SQLコンテスト
問題販売額一覧
受験者s4wara_o
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量81 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
81 MB
データパターン2
AC
81 MB