ソースコード

DELETE from ORDERS_DTL as od 
where 
order_no in (
select order_no from orders where order_date between '2010-01-01' and '2010-12-31');
DELETE from orders where order_date between '2010-01-01' and '2010-12-31';
提出情報
提出日時2024/09/01 21:44:03
コンテスト第2回 SQLコンテスト初級編
問題データ整理
受験者noneof383
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
83 MB