Anoop Sharma created TRAFODION-2225:
---------------------------------------
Summary: 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)