因為自己想寫一個函數來回傳文字轉成數字或小數時, 突然發現,要 ... 數字;會用到. select CAST ( ( CONVERT(numeric(10,0), substring('0123456789+',1,10)) )/100
www.datazx.cn