ソースコード
-- select
--     *
-- from
--     stock
-- where
--     ("2023-01-01"<=last_delivery_date and last_delivery_date<="2023-01-31");

delete
from
    stock
where
    ("2023-01-01"<=last_delivery_date and last_delivery_date<="2023-01-31");

-- select
--     *
-- from
--     stock
-- where
--     ("2023-01-01"<=last_delivery_date and last_delivery_date<="2023-01-31");
提出情報
提出日時2024/11/28 02:51:57
コンテスト第11回 SQLコンテスト
問題在庫整理
受験者takey
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
84 MB