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
30878
March 14, 2009 01:20AM
Re: How to create PROCEDURE?
8250
April 13, 2009 06:31PM
6066
June 19, 2009 10:02AM
4452
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.