An engineer accidentally types a letter into the first row of a column, but then corrects the value. However, the column is still a text column. The engineer uses Change Data Type to change the type to numeric.
a |
6 |
8 |
3 |
The column is now a numeric column.
C1-T |
---|
Data |
a |
6 |
8 |
3 |
C1 |
---|
Data |
7 |
6 |
8 |
3 |