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 -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -