Re: Problem creating sp

2004-01-13 Thread adburne
ECTED] Asunto: Re: Problem creating sp   "adburne" <[EMAIL PROTECTED]> wrote: > I'll be trying to work with sp on win32/5.0.0-alpha-max-debug; I take the > mysql's page example to test but makes an error: > > mysql> delimeter |  

Re: Problem creating sp

2004-01-13 Thread Victoria Reznichenko
"adburne" <[EMAIL PROTECTED]> wrote: > I'll be trying to work with sp on win32/5.0.0-alpha-max-debug; I take the > mysql's page example to test but makes an error: > > mysql> delimeter | You made a typo. You should write 'delimiter'. >-> create function hello (s char(20

Problem creating sp

2004-01-12 Thread adburne
I'll be trying to work with sp on win32/5.0.0-alpha-max-debug; I take the mysql's page example to test but makes an error: mysql> delimeter | -> create function hello (s char(20)) returns char(50) -> return concat('Hello, ',s,'!'); ERROR 1064 (42000): You have an error in your SQL syntax.