This article is tagged with:
Sql not equal
and mysql
sql not equal
<> 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;
not equal operator sql
<> Not Equal
!= Not Equal