[
https://issues.apache.org/jira/browse/DERBY-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701462#action_12701462
]
Marcel Büsch commented on DERBY-4178:
-------------------------------------
Yes. Your right. I didn't find DERBY-4074 when I looked for it. I'm sorry
about that.
> Multiple columns update provide update values from select statement
> -------------------------------------------------------------------
>
> Key: DERBY-4178
> URL: https://issues.apache.org/jira/browse/DERBY-4178
> Project: Derby
> Issue Type: Improvement
> Affects Versions: 10.5.1.1
> Reporter: Marcel Büsch
> Attachments: DerbyMultipleColumnsUpdateTest.java
>
>
> An update query like:
> update location_a a set (name, addr) = (select name, addr from location_b b
> where a.num = b.num) where num = ?
> does raise an sqlexception Syntax error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.