79201166

Date: 2024-11-18 19:22:09
Score: 2
Natty:
Report link

Below is the correct syntax.

SELECT STR_TO_DATE(c.date, '%d/%m/%y') AS parsed_date
FROM concertlistts AS c;

https://dbfiddle.uk/xkWalE9c

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: keithwalsh