The CAST function in SQL allows you to convert numeric data to numbers
General Form: CAST(Field name AS TYPE)
i.e.
CAST(RACE AS INT)
or
CAST(POINTS AS DECIMAL)
Formula 1 Data: https://ergast.com/mrd/db/#csv
#sql #numbers #cast #calculate