Allow UPDATE TABLE SET (col1,col2) = (SELECT a,b FROM ...) syntax
-----------------------------------------------------------------

                 Key: DERBY-4074
                 URL: https://issues.apache.org/jira/browse/DERBY-4074
             Project: Derby
          Issue Type: New Feature
            Reporter: Aaron Digulla


Please extend the UPDATE statement to allow this syntax:

UPDATE table SET (col1,col2) = (SELECT a,b FROM othertable)

This is especially useful when I need to group in the SELECT.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to