コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
-- 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