isNumeric

若要在資要庫中判斷字串是否為數字,可使用isNumeric(值)函數

根據回傳值 0-非數值、1-數值,進行篩選!

select * from STK

where isNumeric(LocNo)=1