Hello People,
I am using SAP Hana 1.00.39 and it seems that even the example from the reference does not parse.
Can someone explain me what are the limitations of this version of SAP Hana?
For example the following create statement does do parse:
CREATE FUNCTION MYSCHEMA.GetOne RETURNS TABLE (a INTEGER)
LANGUAGE SQLSCRIPT AS
BEGIN
RETURN SELECT 1 AS a FROM DUMMY;
END;
Could not execute 'CREATE FUNCTION MYSCHEMA.GetOne RETURNS TABLE (a INTEGER) LANGUAGE SQLSCRIPT AS BEGIN RETURN SELECT ...' in 34 ms 932 µs .
SAP DBTech JDBC: [257] (at 47): sql syntax error: incorrect syntax near "(": line 1 col 47 (at pos 47)
Thank you for your Help