MySQL Forums
Forum List  »  Knowledge Base

Re: How to create PROCEDURE?
Posted by: sw z
Date: April 13, 2009 06:31PM

delimiter //
create PROCEDURE testProc()
begin
select * from proctest;
end;
//

Options: ReplyQuote


Subject
Views
Written By
Posted
30970
March 14, 2009 01:20AM
Re: How to create PROCEDURE?
8283
April 13, 2009 06:31PM
6109
June 19, 2009 10:02AM
4484
August 02, 2009 09:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.