MaxDB 7.6.00.27
create function test(t varchar) returns varchar as
var
tt varchar(10);
begin
SET t = tt;
return tt||'!';
end;
//
select test('11') from dbadmin.dual
---- Error -------------------------------
Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed
General error;-9111 POS(1) ⬁ᄆ
2006-05-30 19:29:45 31478 ERR 20009 FILLCODE Bad parameter: limit 13,
[0X7CA764F8]+2, -1 bytes 0
2006-05-30 19:29:45 31478 ERR 51080 SYSERROR -9111 Move error
2006-05-30 19:29:45 31478 ERR 20009 FILLCODE Bad parameter: limit 13,
[0X7CA764F8]+2, -1 bytes 0
2006-05-30 19:29:45 31478 ERR 20013 FILLCODE + Module VKB71 call index 8
Assigment
SET t=tt;
is wrong. But why I get so horrible message?
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]