Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

What are SAP HANA 1.00.39 Create Function limitations?

$
0
0

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


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>