This is standard mathematical rounding: any decimal part equal to or greater than 0.5 will be rounded up. SELECT ROUND(account_balance) FROM character WHERE id ...
確定! 回上一頁