... 14DECLARE @d decimal 15DECLARE @n180 numeric(18,0) 16DECLARE @d180 decimal(18,0) 17 18SET @n = CONVERT(numeric, @n); 19SET @n180 = CONVERT(numeric(18), ...
確定! 回上一頁