MySQL Forums
Forum List  »  Russian

Не могу найти тут ошибку
Posted by: namco0088 namco0088
Date: September 17, 2010 08:42AM

CREATE PROCEDURE `proc`(IN `param` INT)
LANGUAGE SQL
NOT DETERMINISTIC
CONTAINS SQL
SQL SECURITY DEFINER
COMMENT ''
BEGIN
select * from tbl_persons where id = param;
END

Options: ReplyQuote


Subject
Views
Written By
Posted
Не могу найти тут ошибку
4733
September 17, 2010 08:42AM


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.