Saturday, 17 August 2013

How to create procedure in msql

How to create procedure in msql

create procedure test
BEGIN
select *
from User
END
;
Can someone tell me what is wrong in this and can you show me a simple
create procedure?

No comments:

Post a Comment