Tech Diary
August 22, 2017
Covert string to valid integer
select cast(coalesce(to_number('1a2'), -1) as int)
‹
›
Home
View web version