In MySQL I have a table with name, address, telephone, age and charge column.
Assume I have written a stored procedure called
`calculate_monthly_charges`. This [stored procedure][1] takes no parameters.
How can I write a corresponding code for invoking and executing the stored procedure?
[1]: http://en.wikipedia.org/wiki/Stored_procedure
以上就是Invoking and executing stored procedure的详细内容,更多请关注web前端其它相关文章!