Data can be converted from one type to another by using the CAST function. ... CAST(111.44 AS SMALLINT) AS whole_num,; CAST(178.66 AS DECIMAL(3,0)) AS ...
確定! 回上一頁