create function GIS.ret_test
returns varchar AS
VAR
f varchar(10);
begin
select resid into :f from gis.test2;
return f;
end;
//
select resid,GIS.ret_test() from temp.testReturns two records. Where is in this case the exception with $rc=100? Very strange behavior.
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
