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

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

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