Archives of the TeradataForum
Message Posted: Mon, 11 Mar 2002 @ 13:54:45 GMT
Subj: | | Erratum: SQL Reference, Vol. 4 |
|
From: | | Geoffrey Rommel |
Manual:
SQL Reference - Volume 4, V2R4.1
B035-1101-061A
June 2001
The following table appears on p. 1-197 (= PDF p. 209):
IF the object of a FOR EACH clause is a ? THEN the referenced objects of a REFERENCING clause can be ordered as follows?
---
ROW ? OLD_TABLE only
? NEW_TABLE only
? OLD_TABLE then
NEW_TABLE
? NEW_TABLE then
OLD_TABLE
---
STATEMENT ? OLD only
? NEW only
? OLD then NEW
? NEW then OLD
This is backwards. OLD and NEW can be specified only with ROW, OLD_TABLE and NEW_TABLE only with STATEMENT.
|