I've a table with Timestamp column
| timestamp(character varying) |
|---|
| 1700520221 |
| 1632322404 |
I want to convert these into date time and compare if these are 1 year old and delete them if they're older.
I tried to_timestamp() but that doesn't work on tables.