Edgar.W
0
Q:

not equal operator sql

<>	Not equal. Note: In some versions of SQL this operator may be written as !=

Example sql query:

1) Selecting groceries where price is not 20
SELECT * FROM Grocery WHERE Price <> 20;
7
<> Not Equal

!= Not Equal
2

New to Communities?

Join the community