From: Date: June 6 2005 10:50pm Subject: Fw: Procedure List-Archive: http://lists.mysql.com/maxdb/25510 Message-Id: <008f01c56ad9$6bdd2630$b500440a@mds.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit I'd like to write a procedure in MaxDB but I have doubts about the commands like: cursor, conditions, while, etc. A procedure have to have a cursor that selects some rows in a table. For each fetch of the cursor I have to update some columns in this table. Anybody have a example of a procedure to send me? The documentation on the site www.mysql.com/maxdb is not good about procedures, functions and stuff. Thanks, Flávio.