CodePudding user response:
You just need use Round() function as below:
select round(86.54,0) //zero will fix in you case

CodePudding user response:
You just need use Round() function as below:
select round(86.54,0) //zero will fix in you case