Home >Database >Mysql Tutorial >mysql创建存储过程_MySQL

mysql创建存储过程_MySQL

WBOY
WBOYOriginal
2016-06-01 13:26:331046browse

bitsCN.com

-- 创建<br>CREATE PROCEDURE proDelAccountById(IN in_accountid int)    BEGIN        -- 执行sql预计<br><br>  END-- 调用SET @in_accountid=33;  CALL proDelAccountById(@in_accountid);  

 

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn