ソースコード
delete from EMP as s
where 
exists(
select * from EMP as a
where exists(
select * from EMP_INVALID as b
where a.EMP_CODE = b.EMP_CODE
) and a.VALID_FLG <> 1
and a.EMP_CODE = s.EMP_CODE
) 
提出情報
提出日時2022/12/10 23:05:20
コンテスト第4回 SQLコンテスト
問題無効データ削除
受験者mrdSbf9u
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量83 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
77 MB
データパターン2
AC
83 MB