ソースコード
select
    item_popular_rank as RANK
    ,item_code as CODE
    ,item_name as NAME
from
    item
where
    sale_end_date is null
order by
    1, 2
提出情報
提出日時2023/06/21 17:35:27
コンテスト第6回 SQLコンテスト
問題商品一覧
受験者takahirostone
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量78 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
78 MB
データパターン2
AC
78 MB