Introduction to stored routines (part 3)
Last time we created a simple, but not particularly useful, stored function. This time, we’ll create something a little more complicated and useful. (more…)
Richard Wallman - a MySQL® DBA (database administrator)
Last time we created a simple, but not particularly useful, stored function. This time, we’ll create something a little more complicated and useful. (more…)
Previously, I gave a brief introduction into what stored routines actually are and gave some advantages of using them. Now, I’ll cover some of the basics for creating stored routines. (more…)