I am having difficulties with a column while practicing,
the values in the column should be dates, however, they are written as YYYYMMDD(e.g 20200101).
How do I make the integer into datetime format such as YYYY-MM-DD or 2020-01-01?
Having a hard time with this.
I appreciate your help!