More problems with output parameters 1: Old Values
Posted: Thu 04 Sep 2008 13:19
Executing the following statement in TIBCSQL:
IBC will try to create two output parameters: "RET_OLD" and "RET_Current". Creating the second parameter will fail...
Code: Select all
UPDATE "NumberGroups"
SET "Current" = "Current" + :BlockSize
WHERE "ObjectType" = :ObjectType
RETURNING OLD."Current";