ソースコード
select item_popular_rank as RANK, item_code as Code,item_name as NAME
from item
where sale_end_date is  null
order by item_popular_rank, item_code;
提出情報
提出日時2023/04/17 16:27:56
コンテスト第6回 SQLコンテスト
問題商品一覧
受験者uiroutabetai1107
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量86 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
85 MB
データパターン2
WA
86 MB