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
Post a Comment