We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6054027 + 68addb4 commit a579892Copy full SHA for a579892
sql-queries-10/not-equals-operator/not-equals.sql
@@ -0,0 +1,7 @@
1
+SELECT *
2
+FROM Department
3
+WHERE code != 'CS';
4
+
5
6
7
+WHERE code <> 'CS';
0 commit comments