PostgreSQL modify the field type (the presence data table)

PostgreSQL modify the field type (the presence data table)

Table t_appraisescorefields appraisedatefrom the varcharmodifieddate

alter table t_appraisescore alter column appraisedate  type date using appraisedate::date;
Published 274 original articles · won praise 119 · views 290 000 +

Guess you like

Origin blog.csdn.net/qq_31156277/article/details/103748688