I am trying to retrieve the largest number from a varchar column that includes both numbers and strings. An example of the data I\'m working with:
BoxNumber
You should check this solution out for values like '+' and '-' as I think the IsNumeric function may return 1 for these values