我无法将名为time with time zoneend_date
的表中的列更改为我的 Postgres 数据库中的列。我尝试使用以下代码:key_request
timestamp
alter table key_request alter column end_date type timestamp with time zone using end_date::timestamp with time zone
我不断收到以下错误:
ERROR: cannot cast type time with time zone to timestamp with time zone
知道如何调整此查询以使其正常工作吗?