[
https://issues.apache.org/jira/browse/TRAFODION-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499103#comment-15499103
]
ASF GitHub Bot commented on TRAFODION-2225:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-trafodion/pull/709
> Misc enhancements and fixes
> ---------------------------
>
> Key: TRAFODION-2225
> URL: https://issues.apache.org/jira/browse/TRAFODION-2225
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Anoop Sharma
> Assignee: Anoop Sharma
> Priority: Minor
>
> Enhancements:
> -- update set clause in merge stmt returns error with the following format:
> update set a = 10, b = 20;
> It needs to be specified as:
> update set (a,b) = (10,20);
> -- RETURNS keyword cannot be used as an identifier
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)