Page 1 of 1

Stored procedure Help?

Posted: Wed Apr 28, 2010 4:16 am
by adilmarwat2004
can I set the stored procedure in the php code. If yes then please provide code for that like I want like that


UPDATE merit SET percentage = marks/550*100;

How to use it in Stored Procedure.

Adil