在SQL SERVER中,cast和convert函式都可用於型別轉換,其功能是類似,只是語法 ... select CAST('123.4' as decimal) -- 123 select CONVERT(decimal, ...
確定! 回上一頁