I am trying to get the udf to give back a table but it will not work. I am new to this and i can't finde an answer to the problem i have.
Code:
-----
CREATE FUNCTION zufall (p_anzahl INTEGER, p_untereGrenze DOUBLE, p_obereGrenze DOUBLE)
RETURNS TABLE (nummer INTEGER, zahl DOUBLE)
BEGIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.