[SQL] Unable to identify a right operator '>=' for type 'bpchar'
Hi, While running the following SQL statement in postgresql-7.0-1 via JDBC, select a.cus_code, a.dlv_code, b.cus_abbr, a.dlv_abbr, a.address, a.tel, a.fax, a.contact from dlv_point a, customer b where ((a.cus_code >= ? and a.cus_code <= ?) or (b.cus_abbr >= ? and
Re: [SQL] Unable to identify a right operator '>=' for type 'bpchar' (solved)
It is solved and closed now. Thanks