2014年4月22日 星期二

msSQLserver isNumeric 判斷是否為數字

isNumeric 判斷是否為數字

若要在資要庫中判斷字串是否為數字,可使用isNumeric()函數
根據回傳值 0-非數值、1-數值,進行篩選!
?
1
2
select * from STK
where isNumeric(LocNo)=1

沒有留言:

張貼留言