Hmmm, well it does not work in win32...
mysql> CREATE FUNCTION hello (s CHAR(20)) RETURNS CHAR(50)
-> RETURN CONCAT('Hello, ',s,'!');
ERROR 1291 (HY000): Failed to CREATE FUNCTION hello
mysql>
----- Original Message -----
From: "robert_rowe" <robert_rowe@stripped>
To: <win32@stripped>
Sent: Friday, January 02, 2004 2:12 PM
Subject: Re: MySQL 5.0
>
> Follow this link to the appropriate chapter in the manual. Nothing should
be different just because it is on Win32.
>
> http://www.mysql.com/doc/en/Stored_Procedures.html
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
http://lists.mysql.com/win32?unsub=1
>