SyntaxFix
Write A Post
Hire A Developer
Questions
Since the column is of type VARCHAR, you should convert the input parameter to a string rather than converting the column value to a number:
select * from exception where exception_value = to_char(105);