Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: Getting error at BEGIN while executing Funtion

$
0
0

CREATE FUNCTION func_addmul(x Double, y Double)

RETURNS result_add Double, result_mul Double

LANGUAGE SQLSCRIPT READS SQL DATA AS

BEGIN

     result_add := + :y;

     result_mul := * :y;

END;

 

This is exact code,but error is same as mentioned in initial post


Viewing all articles
Browse latest Browse all 9269

Trending Articles



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