Database Management White Papers
MySQL 5.0 Stored Procedures: MySQL 5.0 New Features Series - Part 1
Overview A stored procedure is a procedure (like a subprogram in a regular computing language) that is stored (in the database). Correctly speaking, MySQL supports "Routines" and there are two kinds of routines: stored procedures which a person calls, or functions whose return values are used in other SQL statements the same way that is used pre-installed MySQL functions like pi(). This paper is for long-time MySQL users who wants to know "What's new" in version 5. The short answer is "Stored procedures, triggers, views, information_schema".
| Publisher | MySQL | File Format | |
|---|---|---|---|
| Date Published | March 2005 | Downloads | 1 |
| Format | White Papers | ||
| Topics | |||



