You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Anoop Sharma (JIRA)" <ji...@apache.org> on 2017/02/17 22:11:44 UTC

[jira] [Resolved] (TRAFODION-2225) Misc enhancements and fixes

     [ https://issues.apache.org/jira/browse/TRAFODION-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anoop Sharma resolved TRAFODION-2225.
-------------------------------------
    Resolution: Fixed

> 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.15#6346)