¿Cómo se convierte un valor oráculo varchar al númerooráculo varchar para numerar
por ejemplo
table - exception
exception_value 555 where exception_value is a varchar type
me gustaría probar el valor de la columna exception_value
select * from exception where exception_value = 105 instead of
select * from exception where exception_value = '105'