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

[jira] [Created] (TRAFODION-1887) Upsert into aligned format table with no primary keys fails with error 3241 with the patch from PR 340

Selvaganesan Govindarajan created TRAFODION-1887:
----------------------------------------------------

             Summary: Upsert into aligned format table with no primary keys fails with error 3241 with the patch from PR 340
                 Key: TRAFODION-1887
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1887
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-cmp
    Affects Versions: 2.0-incubating
            Reporter: Selvaganesan Govindarajan
            Assignee: Selvaganesan Govindarajan
             Fix For: 2.0-incubating


>>create table ta (c1 int)  attribute aligned format

--- SQL operation complete.
>>>>upsert into ta values (1) ;

*** ERROR[3241] This MERGE statement is not supported. Reason:  SYSKEY not allowed.

*** ERROR[8822] The statement was not prepared.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)