-- CAST() 轉換函數,輸入 字串:123,轉型為 int SELECT CAST('123' AS int) N'資料轉型為 int' GO ... 轉換函數 ...
sharedderrick.blogspot.com