  ROUND

   ROUND(<x>)

   Type: function

   Rounds x to the nearest integer number. For compatibility reasons, the
   keyword INT may be used instead. Note that this function always returns
   an integer value.

   See also FLOOR to round down to the nearest the integer and MOD to get
   the fraction from a fractional number.

