RELEASE SAVEPOINT Statement

Releases a savepoint within the current transaction.

Quick Links:

Go to Parameters

Go to Usage

Go to Standards

Go to Permissions

Syntax

RELEASE SAVEPOINTsavepoint-name ]

Parameters

(back to top)

Usage

(back to top)

Releasing a savepoint does not perform any type of COMMIT; it simply removes the savepoint from the list of currently active savepoints.

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported by Adaptive Server. A similar feature is available in an Adaptive Server-compatible manner using nested transactions.

Permissions

(back to top)

There must have been a corresponding SAVEPOINT within the current transaction.

Related reference
ROLLBACK TO SAVEPOINT Statement
SAVEPOINT Statement