Delimiter $$
The create function max1 (I int, j int)
Returns the int
The begin
Declare kint;
If I> j then
The set k=1;
The else
The set k=j;
end if;
The return of k;
End $$
Delimiter.
Delimiter $$
The create function max1 (I int, j int)
Returns the int
The begin
Declare kint;
If I> j then
The set k=1;
The else
The set k=j;
end if;
The return of k;
End $$
Delimiter.