Hi Dan,
i don't know why it's failing. Are you shure it's this statement?
This should work:
replace procedure cnttest(out cnt int)
begin
declare x int;
select count(*) into x from dbc.tablesV;
set cnt = x;
end;
Dieter
↧