Home  >  Article  >  Backend Development  >  把一条 UPDATE 加个储存过程要怎么做,高手帮忙

把一条 UPDATE 加个储存过程要怎么做,高手帮忙

WBOY
WBOYOriginal
2016-06-23 14:11:55928browse

给下面这条UPDATE加个储存过程要怎么加,
mysql_query("update `user` set `gq`='2' where `ip`='$ip' and `gq`='1'");


回复讨论(解决方案)

这个应该属于MYSQL的问题吧,
可以参考百科

http://baike.baidu.com/view/68525.htm

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