I can use cursors, fetching and loops fine in T-SQL but am failing hopelessly in MySQL 4.1. I want to fetch the email field from a table (stepping through the rows) and concatenate them with a comma after each one to build up a 'mail-to' string. I just get the ambiguous 'check your...