This example (also from mysql doc's) does not work as well...
mysql> delimiter |
mysql> CREATE PROCEDURE simpleproc (OUT param11 INT)
-> SELECT COUNT(*) INTO param1 FROM t;
-> |
ERROR 1311 (42000): Undeclared variable: param1
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
>