Skip to content
Snippets Groups Projects
Commit 034f9b64 authored by Clemens Kupke's avatar Clemens Kupke
Browse files

lab1monday

parent 8b817526
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ BEGIN
maxsal = GREATEST(maxsal,salary);
END LOOP;
CLOSE c_emp;
RETURN total;
RETURN maxsal;
END;
$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment