Re: An exception about comparison operators

2021-05-26 Thread Laurenz Albe
On Wed, 2021-05-26 at 17:15 +0800, 张元超 wrote: > I encountered a problem when using PostgreSQL's comparison operators. The > problem is as follows: > Problem Description: > When I use the comparison operator "!=" as the query condition, such as > "select * from t1 where c1 !=-1", the database retu

An exception about comparison operators

2021-05-26 Thread 张元超
Hi,everyone, I encountered a problem when using PostgreSQL's comparison operators. The problem is as follows: Problem Description: When I use the comparison operator "!=" as the query condition, such as "select * from t1 where c1 !=-1", the database returns an error: "!=-operator does not exist"