Database Reference
In-Depth Information
PGError: operator does not exist
You may see this error when different data types are compared without performing the cast-
ing, for example, a string comparison with an integer. A log similar to the following one
will appear:
PGError: ERROR: operator does not exist: character varying
= integer
The solution for this error is to fix the SQL so that it uses the appropriate casting or change
the SQL query for the same data type.
Search WWH ::




Custom Search