workbench - Round Function in MySQL -



workbench - Round Function in MySQL -

i have value of 18.5 , when used round(), remains 18.

how round off value 19.

18.5 ---> 19 [any other functions]

thankx

you might want refer ceil function. seek ceil(18.5)

mysql workbench

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -