round()用法
Posted su-root
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了round()用法相关的知识,希望对你有一定的参考价值。
round(数字 | 列 保留小数的位数):四舍五入。
select a.*,round(s),round(-s) from bqh4 a
trunc(数字 | 列 保留小数的位数):舍弃指定位置的内容。
select a.*,trunc(s),trunc(s,2),trunc(s,-1) from bqh4 a
以上是关于round()用法的主要内容,如果未能解决你的问题,请参考以下文章