Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In the description of the DELETE statement in the reference manual, the syntax description gives this:
:
{
DELETE FROM table-Name [[AS] correlation-Name]
[WHERE clause] |
DELETE FROM table-Name WHERE CURRENT OF
}
The last line is wrong. It should read
DELETE FROM table-Name WHERE CURRENT OF clause. It is already a link to the clause.