We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01cb62 commit 3c7fa05Copy full SHA for 3c7fa05
objects.sql
@@ -3,7 +3,7 @@ use employees;
3
delimiter //
4
drop function if exists emp_dept_id //
5
drop function if exists emp_dept_name //
6
-drop function if exists emp_name ///
+drop function if exists emp_name //
7
drop function if exists current_manager //
8
drop procedure if exists show_departments //
9
0 commit comments