Stored Procedure

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
viplave
Forum Newbie
Posts: 3
Joined: Tue Feb 05, 2008 7:15 am

Stored Procedure

Post by viplave »

Can i write stored procedure in MYSQL?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Stored Procedure

Post by Christopher »

I just checked the MySQL manual on their website and discovered that you can!

http://dev.mysql.com/doc/refman/5.1/en/ ... dures.html
(#10850)
Post Reply