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