如何将oracle varchar值转换为数字
原文链接:https://www.f2er.com/oracle/206409.html例如
table - exception exception_value 555 where exception_value is a varchar type
我想测试exception_value列的值
select * from exception where exception_value = 105 instead of select * from exception where exception_value = '105'