Database Reference
In-Depth Information
PGError: column "column-name" cannot...
This is an error that occurs when PostgreSQL does not know how to convert the data type
to another format. For example, if you have a string out of the pattern and the database at-
tempts to transform it into a date, the following log is generated:
PGError: ERROR: column "created_at" cannot be cast to type
"date"
You can solve this error by fixing the problem in the column data or checking whether your
SQL query is written correctly.
Search WWH ::




Custom Search