ROLLBACK Syntax - Analytics Database - Teradata Vantage

SQL Data Manipulation Language

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
pon1628111750298.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
esx1472246586715
lifecycle
latest
Product Category
Teradata Vantageā„¢
ROLLBACK [ WORK ] [ 'abort_message' ]
  [ FROM from_clause ]
  [ WHERE where_clause ]

Syntax Elements

abort_message
Text of the message to be returned when the transaction is terminated.
from_clause
A clause that is required only if the WHERE clause includes subqueries. You can code scalar subqueries as an expression within a derived table in FROM clause conditions in the same way you can specify scalar subqueries for a SELECT request. See Scalar Subqueries and Rules for Using Scalar Subqueries in ABORT Statements. However, you cannot code a derived table as a scalar subquery.
See FROM Clause.
where_clause
A clause that introduces a conditional expression whose result must evaluate to TRUE if the transaction is to be rolled back. The expression can specify aggregate operations and scalar subqueries. For the rules and restrictions, see Scalar Subqueries and Rules for Using Scalar Subqueries in ABORT Statements.
If the WHERE clause is omitted, termination is unconditional. See WHERE Clause.
The WHERE condition specifies an expression whose result must evaluate to TRUE if termination is to occur. If the result is FALSE, transaction processing continues.