Rounds the passed value using standard Math rules. The first argument
2.3
will be rounded to 2 and the second
2.5
becomes 3
SELECT
    ROUND(2.3),
    ROUND(2.5)
by Valeri Tandilashvili
4 years ago
MySQL
Mathematical functions
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences