alter  table  表名  alter column 列名  type 类型  using 列名::类型

ALTER TABLE zw_lxfyhz ALTER COLUMN  hzny type timestamp(6) USING hzny::timestamp(6)

相关文章: