"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)) returns char(50)
> -> return concat('Hello, ',s,'!');
> ERROR 1064 (42000): You have an error in your SQL syntax. Check the manual
> that
> corresponds to your MySQL server version for the right syntax to use near
> deli
> meter |
> create function hello (s char(20)) returns char(50)
> return concat('H' at line 1
>
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]