Wrong syntax description in DELETE statement doc
------------------------------------------------
Key: DERBY-5628
URL: https://issues.apache.org/jira/browse/DERBY-5628
Project: Derby
Issue Type: Bug
Components: Documentation
Reporter: Dag H. Wanvik
Priority: Minor
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira