Обсуждение: Canceling a DELETE query

Поиск
Список
Период
Сортировка

Canceling a DELETE query

От
Norberto Delle
Дата:
Hi

What are the effects of canceling a DELETE command before it completes
execution?
Something will be deleted at all?

Norberto

Re: Canceling a DELETE query

От
Vick Khera
Дата:
On Fri, Feb 18, 2011 at 2:27 PM, Norberto Delle <betodelle@gmail.com> wrote:
> What are the effects of canceling a DELETE command before it completes
> execution?
> Something will be deleted at all?
>

no. it runs as a transaction, so either all or nothing.