这个SQL里的函数是mysql函数还是php函数,函数意思是,该怎么处理

WBOY
Release: 2016-06-13 13:37:16
Original
909 people have browsed it

这个SQL里的函数是mysql函数还是php函数,函数意思是
mysql_query("UPDATE `users` SET `jifen`= round(`jifen`+(`percent`/100),1) WHERE user='$inuser'");这个SQL里的函数是mysql函数还是php函数,函数意思是什么

------解决方案--------------------
mysql的取整函数,一个参数时round(x) 返回x最近似整数,两个参数时round(x,y) 返回保留x小数点后y位的数值

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!