DELETE FROM error message

From: "Daniel Bakken" <dan(at)smtresource(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: DELETE FROM error message
Date: 2002-07-17 23:02:35
Message-ID: EFELIOJNFEDFOHLPCGEJMEELEIAA.dan@smtresource.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When running the following DELETE FROM in psql,

omni=# DELETE FROM inventory WHERE invid = '01044T';
ERROR: Unable to identify an operator '=' for types 'varchar' and 'bpchar'
You will have to retype this query using an explicit cast

I receive the above error message. The field "invid" is a bpchar.

TIA,

Daniel Bakken, IT Systems Administrator
dan(at)smtresource(dot)com

SMT Resource | www.smtresource.com

254.771.3508 phone
254.771.3786 fax

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Brown-Bayliss 2002-07-17 23:07:30 Basic replication query
Previous Message Daniel Bakken 2002-07-17 22:57:50 DELETE FROM error