I am struggling to try to do this with Google BigQuery:
I do have a column with dates in the following STRING format:
6/9/2017 (M/D/YYYY)
I am wondering how can I deal with this, trying to use the DATE
clause in order to get the this format: YYYY-MM-DD.