Stored procedure Help?
Posted: Wed Apr 28, 2010 4:16 am
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
UPDATE merit SET percentage = marks/550*100;
How to use it in Stored Procedure.
Adil