SAP HANA 1.0 SPS 12标识列CDS

时间:2019-04-25 08:04:00

标签: hana identity-column hana-cds

使用SAP HANA 1.0 SPS 12,我们要使用“身份列”。有可能吗?

HANA 2.0文档中的代码不起作用:

entity MyEntity2 {    
    autoId : Integer generated always as identity ( start with 10 increment by 2 );
    name : String(100);
};

错误:

Syntax error: unexpected token "generated" at line 16, column 20

0 个答案:

没有答案