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: Creating the program Select student as mmStudents * Course 'mm'

1064 - There is an error in your SQL syntax;

Any help is appreciated.

>

MySQL store does not have a as keyword in the process, it should be DELIMITER $$ process processing mmStudents () Select * course = 'mm' from student; END $$ DELIMITER;

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -