MySQL Forums
Forum List  »  Stored Procedures

Welcome to the Stored Procedures forum!
Posted by: Arjen Lentz
Date: March 10, 2005 03:25AM

Welcome to the MySQL Stored Procedures forum!

MySQL 5.0 implements Stored Procedures and Functions according to the SQL standard.

In a nutshell, a stored procedure is a routine that is stored and executed in the server.

Stored Procedures are described in the MySQL Reference Manual at:
http://dev.mysql.com/doc/mysql/en/stored-procedures.html

There is also a very comprehensive article on our devzone:
http://dev.mysql.com/tech-resources/articles/mysql-storedprocedures.html

This forum exists so you can discuss stored procedures and functions, and ask questions.


If you haven't checked out MySQL 5.0 yet, you can download it here:
http://dev.mysql.com/downloads/mysql/5.0.html



Edited 3 time(s). Last edit at 04/12/2005 02:43PM by Edwin DeSouza.

Options: ReplyQuote


Subject
Views
Written By
Posted
Welcome to the Stored Procedures forum!
4967
March 10, 2005 03:25AM


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.