Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

UDF Return-Table Based On Repository Table

$
0
0

I have tried the following:

 

FUNCTION "mySchema"."myFunction" ( )

  RETURNS TABLE ( "SAPR3"."TCURR" )

  LANGUAGE SQLSCRIPT

  SQL SECURITY INVOKER AS

BEGIN

/*****************************

  Write your function logic

*****************************/

END;

 

and various derivations thereof, but activation fails with the syntax error "Syntax error in table function object: incorrect syntax near ".": line 13 col 26 (at pos 475)" and I cannot find anything which works.

 

Any suggestions out there?


Viewing all articles
Browse latest Browse all 5653

Trending Articles



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