2009-11-13

isNumeric 判斷是否為數字

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

沒有留言: