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

php - How to filter values fetched from database on the basic of comma included? -

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

c# - Add Image in a stackpanel based on textbox input -