CREATE FUNCTION U.TEST(
   n smallint)
RETURNS smallint AS
BEGIN
   SET n = 0;
   return 1;
END;
//
select U.test(null) from dbadmin.dual


General error;-9111 POS(1) เจ€๋„Ž
select arm.test(null) from dbadmin.dual

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to