FORMAT 字串函數:格式化數字(Number) DECLARE @n1 numeric(7,2) =12345.67 SELECT FORMAT( @n1, 'N') N'格式化數字:N', FORMAT( @n1, '#,#.0') N' ...
確定! 回上一頁