Hi all.
Is it possible that a SDI-Flowgraph of kind 'procedure' only supports 'INSERT' as writer-type on the data sink node?
We're running on HANA 2.0 SPS 04 Patch 10 ( Build 4.4.23 ).
Thanks in advance.
Thomas.
Hi all.
I'm trying to define a view-entity with the hana row_number()-windowing function. The definition is
entity testtable {
key id: Integer;
key validfrom: Date;
measure: Decimal(10,2);
};
entity tmp_test_rownum
as select from tes...