ソースコード
select
    pf_code as OODE,
    total_value as SALES_AMT
from
    convenience
where
    survey_year = 2019
and
    kind_code = '100'
order by
    sales_amt desc,
    code asc
;
提出情報
提出日時2023/09/23 18:29:03
コンテスト第3回 SQLコンテスト
問題販売額一覧
受験者nosh
状態 (詳細)RE
(Runtime Error: 実行時エラー)
メモリ使用量76 MB
メッセージ
SQLITE_ERROR: no such column: code
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
RE
75 MB
データパターン2
RE
76 MB