Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
選択と削除を同時に行うことはできますか?
例: 1 つのコマンドで、またはこれを 2 つの別個のコマンドとして実行する必要がありますか?
(WHERE を使用して) テーブルから行を読み取り、読み取った行を削除する最も最適な方法は何ですか?
はい、可能です。両方のコマンドを 1 つのアトミック ユニットとしてコミットするトランザクションで実行できます。