Postgresql | Convert a 13-digit string ("1433224214164") to Timestamp
Anonymous User
96

How can you convert a varchar column that contains 13-digit strings such as "1433224214164" to the timestamp format such as 'YYYY-MM-DD HH:MM:SS' in postgresql?

Comments (0)