MySQL Forums
Forum List  »  Stored Procedures

Re: 4.1 (pre 5.0.x) stored procedure options
Posted by: Roland Bouman
Date: September 26, 2005 12:54PM

SP's are supported starting from version 5. Are you sure you need stored procedures to calculate summaries? check out:

http://dev.mysql.com/doc/mysql/en/group-by-functions.html
and
http://dev.mysql.com/doc/mysql/en/group-by-modifiers.html

(These come in handy anyway, even if you would be able t capture the calulations inside a stored procedure, so it cant hurt to read these)

GOod luck!

Options: ReplyQuote


Subject
Views
Written By
Posted
8720
September 22, 2005 08:39PM
Re: 4.1 (pre 5.0.x) stored procedure options
4638
September 26, 2005 12:54PM
3005
September 26, 2005 07:17PM
2677
September 27, 2005 07:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.