SQl 计算百分比

SELECT CONCAT(CAST(round((当前额度/总额度)*100,3) AS CHAR),'%') as 字段名 from 表; 

 

posted @ 2021-10-22 17:49  我就丶是逗比  阅读(264)  评论(0)    收藏  举报