Sql 中取小数点后面两位小数. select convert(numeric(8,2),round(UnTaxAmount,2))as UnTaxAmount from View_SaleVoiceselect cast(UnTaxAmount as decimal(20,2)) as UnTaxAmount from View_SaleVoice 第一条感觉得好一些. 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-09-05 2022-12-23 2021-08-07 2021-12-18 2021-10-28