[MSSQL] 숫자 여부 확인/isnumeric함수/Numeric Check
- Value : 1 변수가 숫자형으로 변환이 가능한 경우 When a variable can be converted to numeric. - Value : 0 변수가 숫자형으로 변환이 불가능한 경우 When a variable cannot be converted to numeric. 이 경우 변수를 숫자형으로 변환 가능한 부분까지만 알려준다는게 포인트다. In this case, the point is to tell only where the variable can be converted to numeric.
2020.10.21