View Single Post
  #8 (permalink)  
Old 09-01-10, 10:34
shinichi90 shinichi90 is offline
Registered User
 
Join Date: Jul 2010
Posts: 8
Quote:
Originally Posted by wilsonfv View Post
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
Reply With Quote