[ 
https://issues.apache.org/jira/browse/DERBY-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215673#comment-13215673
 ] 

Kim Haase commented on DERBY-5628:
----------------------------------

Oh, good point. Poking around I see that we do usually just put "clause" and 
not the syntax. Dag is right, we can just say "WHERE CURRENT OF clause".

And yes, I should add links to the syntax of table-Name and correlation-Name. 
Thanks, Knut.
                
> 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
>            Assignee: Kim Haase
>            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

        

Reply via email to