SQUARE ( float_expression ) ... DECLARE @h FLOAT, @r FLOAT; SET @h = 5; SET @r = 1; SELECT PI()* SQUARE(@r)* @h AS 'Cyl Vol'; ... 中文(繁體).
確定! 回上一頁