发布网友 发布时间:2023-07-09 21:21
共2个回答
热心网友 时间:2024-11-17 05:23
取小数可以用round,比如我这个例子,保留两位小数就是
select a,round(a/(select sum(a) from test_0407),2) from test_0407
希望能对你有所帮助
热心网友 时间:2024-11-17 05:24
select drop_mrprocee,round(RATIO_TO_REPORT(DROP_COUNT) over(partition by null) ,2)