我想在我的Postgresql数据库中将特定列从character_varying类型转换为类型date.
PHPPgAdmin给我以下错误:
PHPPgAdmin给我以下错误:
ERROR: column “date” cannot be cast
to type dateIn Statement: ALTER TABLE
“public”.”tablename” ALTER COLUMN
“date” TYPE date
我该怎么办 ?
谢谢