I'm trying to parse a string to a datetime format. I am posting here after exploring this answer
Here is my attempt at it, what am i missing?
select PARSE_TIMESTAMP('%Y-%M-%dT%H:%M:%S.000000', StartDate) AS parsedStartDate
This is the error I get: Failed to parse input string "2020-11-23T10:51:47.5533333"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…