Quote:
Originally Posted by wilsonfv
if you are using command editor, add @ at the end of your procedure.
|
Code:
create procedure procedure_name()
language sql
begin
//sql code
end@
like this? it came out the same error....>< what does this '@' stands for?
regards,
shinichi90