I'm using an ORACLE database & have a table that is all text values (VARCHER2). I need to convert two columns in the table to numbers & then add them together to produce a new column called Total. Unfortunately the data set has NULL values in it & I can't get the columns to add together.
Job_no | widget_1 | widget_2 - Total
abc123 | 10.00 | Null - 10
efg123 | 10.00 | 10.00 - 20
hij123 | Null | 10.00 - 10