标签:nbsp ora 转化 div bsp char span 精确 color
两种方式都行:
select round((3/7)*100,2)||‘%‘ 百分比 from dual; select to_char((3/7)*100,‘99D99‘)||‘%‘ 百分比 from dual
第一种方式通过round可以自己选择精确到位数。
标签:nbsp ora 转化 div bsp char span 精确 color
原文地址:http://www.cnblogs.com/alsf/p/7672621.html