ソースコード
select
    item_popular_rank as rank
    ,item_code as code
    ,item_name as name
from
    item
where
    sale_end_date is not null
order by
    1, 2
提出情報
提出日時2023/06/21 17:33:47
コンテスト第6回 SQLコンテスト
問題商品一覧
受験者takahirostone
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量75 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
75 MB
データパターン2
WA
75 MB