stored procedures - How do I get past error #1064 in MySQL -
When I try to use stored procedures, I keep getting the same error.
Example: 1064 - There is an error in your SQL syntax; Any help is appreciated. > MySQL store does not have a Creating the program Select student as mmStudents * Course 'mm'
as keyword in the process, it should be
DELIMITER $$ process processing mmStudents () Select * course = 'mm' from student; END $$ DELIMITER;
Comments
Post a Comment