We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78226a0 commit 9462120Copy full SHA for 9462120
add-Value-function.sql
@@ -1,4 +1,4 @@
1
-CREATE DEFINER=`root`@`localhost` FUNCTION `InsertStudentMarks`(sID varchar(10), m int, s int, e int ) RETURNS varchar(50) CHARSET utf8mb4
+CREATE DEFINER=`root`@`localhost` FUNCTION `InsertStudentMarks`(sID varchar(10), ma int, s int, e int ) RETURNS varchar(50) CHARSET utf8mb4
2
DETERMINISTIC
3
BEGIN
4
insert into Student_Marks (Student_ID, Math, Science, English)
0 commit comments