Thread: help

help

From
chard
Date:
help me pls.
i got an error like this when i do an insert to a table, my table dont
have bpchar type of field.

ERROR:  Unable to identify an operator '=' for types 'bpchar' and 'varchar'       You will have to retype this query
usingan explicit cast
 




Re: help

From
Stephan Szabo
Date:
What is the schema of the table in question, does it have any references
to other tables and what is an example insert statement?

On Wed, 7 Mar 2001, chard wrote:

> 
> help me pls.
> i got an error like this when i do an insert to a table, my table dont
> have bpchar type of field.
> 
> ERROR:  Unable to identify an operator '=' for types 'bpchar' and 'varchar'
>         You will have to retype this query using an explicit cast
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/users-lounge/docs/faq.html
>