how to create procedure in mysql for selecting record? -


how write procedure in mysql select record particular table in , out parameter?

delimiter //  create procedure sample (in id int, out mycount int) begin     select count(*) mycount          yourtable          yourkey = id; end// 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -