Got error while trying compile with debug information (Select with Union)
Posted: Mon 16 Jul 2007 08:53
Try this query:
http://dev.mysql.com/doc/refman/5.0/en/union.html
PROCEDURE test._union()
BEGIN
(SELECT REPEAT('a',1)) UNION (SELECT REPEAT('b',10));
END
Got this error message:

http://dev.mysql.com/doc/refman/5.0/en/union.html
PROCEDURE test._union()
BEGIN
(SELECT REPEAT('a',1)) UNION (SELECT REPEAT('b',10));
END
Got this error message:
