ソースコード
delete 
from item 
where stock_management_type=1 
and (item_code not in (select item_code from stock) or
item_code not in (select item_code from stock where last_delivery_date is not null and last_delivery_date < "2023-01-01" and actual_amt=0)
)
提出情報
提出日時2023/08/20 23:38:21
コンテスト第7回 SQLコンテスト
問題商品整理
受験者tabr
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量89 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
89 MB
データパターン2
WA
85 MB