コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
delete
from orders_dtl as od1
where od1.order_no in (
select
os.order_no
from orders as os
left join orders_dtl as osd on os.order_no = osd.order_no
where os.order_date between '2010-01-01' and '2010-12-31'
);
delete
from orders as os1
where os1.order_no in (
select
os2.order_no
from orders as os2
where os2.order_date between '2010-01-01' and '2010-12-31'
);
提出情報
提出日時 | 2024/08/31 16:46:00 |
コンテスト | 第2回 SQLコンテスト初級編 |
問題 | データ整理 |
受験者 | yaona |
状態 (詳細) | AC (Accepted: 正答) |
メモリ使用量 | 92 MB |
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
90 MB
データパターン2
AC
92 MB