You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "liu ming (JIRA)" <ji...@apache.org> on 2018/11/03 08:17:00 UTC

[jira] [Created] (TRAFODION-3228) support table alias in set clause in an UPDATE statement

liu ming created TRAFODION-3228:
-----------------------------------

             Summary: support table alias in set clause in an UPDATE statement
                 Key: TRAFODION-3228
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3228
             Project: Apache Trafodion
          Issue Type: Improvement
            Reporter: liu ming
            Assignee: liu ming


to support:
|update tt1  a
              set a.c0 = '0',
               a.c1='0091121',
                       a.c2='9901',
                       a.c3='20170601',
                       a.c4='181605607'
            where a.c5 = '9999'
              and a.c6 = '0009112100000061'
              and a.c7 = '20170601'
           ;|



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)