小编use*_*511的帖子

oracle varchar到数字

如何将oracle varchar值转换为数字

例如

table - exception
exception_value 555 where exception_value is a varchar type
Run Code Online (Sandbox Code Playgroud)

我想测试exception_value列的值

select * from exception where exception_value = 105 instead of
select * from exception where exception_value = '105'
Run Code Online (Sandbox Code Playgroud)

oracle varchar numbers

29
推荐指数
3
解决办法
14万
查看次数

标签 统计

numbers ×1

oracle ×1

varchar ×1