Converts a string to timestamp.
TO_TIMESTAMP(<string>)
<string>
SELECT TO_TIMESTAMP('2020-05-31 10:31:14') AS res;
Returns: 2020-05-31 10:31:14
2020-05-31 10:31:14