varchar wyroczni do numeru

Jak przekonwertować wartość varchar wyroczni na liczbę

na przykład

table - exception
exception_value 555 where exception_value is a varchar type

Chciałbym przetestować wartość kolumny value_value

select * from exception where exception_value = 105 instead of
select * from exception where exception_value = '105'

questionAnswers(5)

yourAnswerToTheQuestion