i\'m trying to create a cursor for the first time. I have looked at the documentation, i understand the concept, but i can\'t seem to get it to even be declared...
I
You forget to reset the delimiter to NOT ;
NOT ;
delimiter ## ... end##
need to put a space right after delimiter
And the ending END does not require ;
END
;