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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -