By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| str_to_date('01/01/2017', '%m/%d/%y') | str_to_date('01/01/2017', '%m/%d/%Y') |
|---|---|
| 2020-01-01 | 2017-01-01 |
| str_to_date('01/01/2017', '%m/%d/%y') | str_to_date('01/01/2017', '%m/%d/%Y') |
|---|---|
| 2020-01-01 | 2017-01-01 |