ERROR: column "amount" cannot be cast automatically to type numeric HINT: You might need to specify "USING amount::numeric".
ALTER TABLE transactions
ALTER COLUMN amount TYPE NUMERIC;
Logo

PostgreSQL社区为您提供最前沿的新闻资讯和知识内容

更多推荐