Home > OS >  Decimal Round figure Condition
Decimal Round figure Condition

Time:01-24

enter image description here

CodePudding user response:

You just need use Round() function as below:

select round(86.54,0) //zero will fix in you case 
  •  Tags:  
  • Related