SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to convert from char to int, why not think about unicode number?
SELECT UNICODE(';') -- 59
This way you can convert any char to int without any error. Cheers.