Ok, this is only the second stored procedure I\'ve written. I think you\'ll get the idea, I\'m trying to close a credit line, and all invoices, charges, notes, etc with it. Bu
Hmm, im no expert at stored procedures, but isn't it.
CREATE PROCEDURE `cc`.`close_account_proc`(cid INT) BEGIN // your stuff END$$