SQL 中round(),floor(),ceiling()函数的用法和区别

  • round() 四舍五入
  • floor() 向下舍入, 如 floor(3.9) = 3
  • ceiling() 向上舍入, 如 ceiling(3.2) = 4

你可能感兴趣的:(SQL 中round(),floor(),ceiling()函数的用法和区别)